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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript