Time Span
The Time Span object represents different time period durations. If a timespan is fractional, i.e. crosses one period, e.g. a week and 3 days, more than one may may be populated since each member is of integral type. In that case type_id
if present should be set to Other
.
Attributes
Caption | Name | Type | Description |
---|---|---|---|
Duration Milliseconds | duration |
Long | The duration of the time span in milliseconds. |
Duration Days | duration_days |
Integer | The duration of the time span in days. |
Duration Hours | duration_hours |
Integer | The duration of the time span in hours. |
Duration Minutes | duration_mins |
Integer | The duration of the time span in minutes. |
Duration Months | duration_months |
Integer | The duration of the time span in months. |
Duration Seconds | duration_secs |
Integer | The duration of the time span in seconds. |
Duration Weeks | duration_weeks |
Integer | The duration of the time span in weeks. |
Duration Years | duration_years |
Integer | The duration of the time span in years. |
Raw Data | raw_data |
JSON | The event data as received from the event source. |
Record ID | record_id |
String | Unique identifier for the object |
Time Span Type | type |
String | The type of time span duration the object represents. |
Time Span Type ID | type_id |
Integer |
The normalized identifier for the time span duration type.
|
Unmapped Data | unmapped |
Unmapped[] | The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source. |
Relationships
Inbound Relationships
These objects and events reference Time Span in their attributes:
Outbound Relationships
Time Span references the following objects and events in its attributes:
This page describes qdm-1.3.2+ocsf-1.3.0
Updated 2 months ago