Time Span

timespan

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 be populated since each member is of integral type. In that case type_id if present should be set to Other.A timespan may also be defined by its time interval boundaries, start_time and end_time.

Attributes

CaptionNameTypeDescription
Duration MillisecondsdurationLongThe duration of the time span in milliseconds.
Duration Daysduration_daysIntegerThe duration of the time span in days.
Duration Hoursduration_hoursIntegerThe duration of the time span in hours.
Duration Minutesduration_minsIntegerThe duration of the time span in minutes.
Duration Monthsduration_monthsIntegerThe duration of the time span in months.
Duration Secondsduration_secsIntegerThe duration of the time span in seconds.
Duration Weeksduration_weeksIntegerThe duration of the time span in weeks.
Duration Yearsduration_yearsIntegerThe duration of the time span in years.
End Timeend_timeTimestampThe end time or conclusion of the timespan's interval.
Raw Dataraw_dataJSONGroup:context

The event data as received from the event source.
Record IDrecord_idStringGroup:primary

Unique identifier for the object
Start Timestart_timeTimestampThe start time or beginning of the timespan's interval.
Time Span TypetypeStringThe type of time span duration the object represents.
Time Span Type IDtype_idIntegerThe normalized identifier for the time span duration type.
  • 0: Unknown (UNKNOWN)
  • 1: Milliseconds (MILLISECONDS)
  • 2: Seconds (SECONDS)
  • 3: Minutes (MINUTES)
  • 4: Hours (HOURS)
  • 5: Days (DAYS)
  • 6: Weeks (WEEKS)
  • 7: Months (MONTHS)
  • 8: Years (YEARS)
  • 9: Time Interval (TIME_INTERVAL)
  • 99: Other (OTHER)
UnmappedunmappedUnmapped[]Data from the source that was not mapped into the schema.

Relationships

Time Span shown in context

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.5.1+ocsf-1.6.0