EntityTimelineParameters interface

The parameters required to execute s timeline operation on the given entity.

Properties

endTime

The end timeline date, so the results returned are before this date.

kinds

Array of timeline Item kinds.

numberOfBucket

The number of bucket for timeline queries aggregation.

startTime

The start timeline date, so the results returned are after this date.

Property Details

endTime

The end timeline date, so the results returned are before this date.

endTime: Date

Property Value

Date

kinds

Array of timeline Item kinds.

kinds?: string[]

Property Value

string[]

numberOfBucket

The number of bucket for timeline queries aggregation.

numberOfBucket?: number

Property Value

number

startTime

The start timeline date, so the results returned are after this date.

startTime: Date

Property Value

Date