共用方式為


ApplicationInsightsComponentAnalyticsItem interface

定義與 Application Insights 元件相關聯之 Analytics 專案的屬性。

屬性

content

此專案的內容

id

在內部指派的專案定義唯一識別碼。

name

專案的使用者定義名稱。

properties
scope

列舉,指出此專案定義是否由特定使用者所擁有,或是在具有 Application Insights 元件存取權的所有使用者之間共用。 可能的值包括:'shared'、'user'

timeCreated

建立此專案的 UTC 日期和時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

timeModified

上次修改此專案的 UTC 日期和時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

type

列舉,指出 Analytics 專案的型別。 可能的值包括:'query'、'function'、'folder'、'recent'

version

這個實例的資料模型版本。 當新增新功能時,這可能會變更。 注意:此屬性不會序列化。 它只能由伺服器填入。

屬性詳細資料

content

此專案的內容

content?: string

屬性值

string

id

在內部指派的專案定義唯一識別碼。

id?: string

屬性值

string

name

專案的使用者定義名稱。

name?: string

屬性值

string

properties

properties?: ApplicationInsightsComponentAnalyticsItemProperties

屬性值

scope

列舉,指出此專案定義是否由特定使用者所擁有,或是在具有 Application Insights 元件存取權的所有使用者之間共用。 可能的值包括:'shared'、'user'

scope?: ItemScope

屬性值

timeCreated

建立此專案的 UTC 日期和時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

timeCreated?: string

屬性值

string

timeModified

上次修改此專案的 UTC 日期和時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

timeModified?: string

屬性值

string

type

列舉,指出 Analytics 專案的型別。 可能的值包括:'query'、'function'、'folder'、'recent'

type?: ItemType

屬性值

version

這個實例的資料模型版本。 當新增新功能時,這可能會變更。 注意:此屬性不會序列化。 它只能由伺服器填入。

version?: string

屬性值

string