TrainingAPIClientGetUntaggedImagesOptionalParams interface
選擇性參數。
- Extends
屬性
iteration |
反復專案識別碼。預設為工作區。 |
order |
排序。 預設值為最新。 可能的值包括:'Newest'、'Oldest' |
skip | 開始映射批次之前要略過的映射數目。 預設為 0。 預設值:0. |
take | 要傳回的影像數目上限。 預設值為 50,限制為 256。 預設值:50。 |
繼承的屬性
abort |
可用來中止要求的訊號。 |
custom |
使用者定義自訂要求標頭,會在傳送要求之前套用。 |
on |
下載進度時引發的回呼。 |
on |
上傳進度時引發的回呼。 |
timeout | 要求可能需要的毫秒數,才能自動終止。 |
屬性詳細資料
iterationId
反復專案識別碼。預設為工作區。
iterationId?: string
屬性值
string
orderBy
skip
開始映射批次之前要略過的映射數目。 預設為 0。 預設值:0.
skip?: number
屬性值
number
take
要傳回的影像數目上限。 預設值為 50,限制為 256。 預設值:50。
take?: number
屬性值
number
繼承的屬性詳細資料
abortSignal
可用來中止要求的訊號。
abortSignal?: AbortSignalLike
屬性值
繼承自 msRest.RequestOptionsBase.abortSignal
customHeaders
使用者定義自訂要求標頭,會在傳送要求之前套用。
customHeaders?: {[key: string]: string}
屬性值
{[key: string]: string}
繼承自 msRest.RequestOptionsBase.customHeaders
onDownloadProgress
下載進度時引發的回呼。
onDownloadProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
繼承自 msRest.RequestOptionsBase.onDownloadProgress
onUploadProgress
上傳進度時引發的回呼。
onUploadProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
繼承自 msRest.RequestOptionsBase.onUploadProgress
timeout
要求可能需要的毫秒數,才能自動終止。
timeout?: number
屬性值
number
繼承自 msRest.RequestOptionsBase.timeout