EntityTimelineParameters interface
The parameters required to execute s timeline operation on the given entity.
Properties
end |
The end timeline date, so the results returned are before this date. |
kinds | Array of timeline Item kinds. |
number |
The number of bucket for timeline queries aggregation. |
start |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript