AnalyticsItemsListOptionalParams interface
選擇性參數。
- Extends
屬性
include |
旗標,指出是否要傳回每個適用專案的內容。 如果為 false,則只會傳回專案資訊。 |
scope | 列舉,指出此專案定義是否由特定使用者擁有,或在所有使用者之間共用,且可存取 Application Insights 元件。 可能的值包括:'shared'、'user'。 預設值:'shared'。 |
type | 列舉,指出 Analytics 專案的型別。 可能的值包括:'none'、'query'、'function'、'folder'、'recent'。 預設值:'none'。 |
繼承的屬性
abort |
可用來中止要求的訊號。 |
custom |
使用者定義自訂要求標頭,會在傳送要求之前套用。 |
on |
下載進度時引發的回呼。 |
on |
上傳進度時引發的回呼。 |
timeout | 要求可能需要的毫秒數,才能自動終止。 |
屬性詳細資料
includeContent
旗標,指出是否要傳回每個適用專案的內容。 如果為 false,則只會傳回專案資訊。
includeContent?: boolean
屬性值
boolean
scope
列舉,指出此專案定義是否由特定使用者擁有,或在所有使用者之間共用,且可存取 Application Insights 元件。 可能的值包括:'shared'、'user'。 預設值:'shared'。
scope?: ItemScope
屬性值
type
列舉,指出 Analytics 專案的型別。 可能的值包括:'none'、'query'、'function'、'folder'、'recent'。 預設值:'none'。
type?: ItemTypeParameter
屬性值
繼承的屬性詳細資料
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