BookmarkExpandParameters interface
The parameters required to execute an expand operation on the given bookmark.
Properties
end |
The end date filter, so the only expansion results returned are before this date. |
expansion |
The Id of the expansion to perform. |
start |
The start date filter, so the only expansion results returned are after this date. |
Property Details
endTime
The end date filter, so the only expansion results returned are before this date.
endTime?: Date
Property Value
Date
expansionId
The Id of the expansion to perform.
expansionId?: string
Property Value
string
startTime
The start date filter, so the only expansion results returned are after this date.
startTime?: Date
Property Value
Date
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript