共用方式為


MetricsGetOptionalParams interface

Extends

屬性

aggregation

要使用的匯總

filter

用來篩選結果的運算式。 This

interval

擷取時要使用的時間間隔

orderby

要排序的匯總函式和方向

segment

要區隔的維度名稱

timespan

要擷取計量的時間範圍

top

要傳回的區段數目。 此值為

繼承的屬性

abortSignal

可用來中止要求的訊號。

customHeaders

使用者定義自訂要求標頭,會在傳送要求之前套用。

onDownloadProgress

下載進度時引發的回呼。

onUploadProgress

上傳進度時引發的回呼。

timeout

要求可能需要的毫秒數,才能自動終止。

屬性詳細資料

aggregation

要使用的匯總

aggregation?: MetricsAggregation[]

屬性值

filter

用來篩選結果的運算式。 This

filter?: string

屬性值

string

interval

擷取時要使用的時間間隔

interval?: string

屬性值

string

orderby

要排序的匯總函式和方向

orderby?: string

屬性值

string

segment

要區隔的維度名稱

segment?: MetricsSegment[]

屬性值

timespan

要擷取計量的時間範圍

timespan?: string

屬性值

string

top

要傳回的區段數目。 此值為

top?: 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