ApplicationInsightsComponentAnalyticsItem interface

Properties that define an Analytics item that is associated to an Application Insights component.

Properties

content

The content of this item

id

Internally assigned unique id of the item definition.

name

The user-defined name of the item.

properties
scope

Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'shared', 'user'

timeCreated

Date and time in UTC when this item was created. NOTE: This property will not be serialized. It can only be populated by the server.

timeModified

Date and time in UTC of the last modification that was made to this item. NOTE: This property will not be serialized. It can only be populated by the server.

type

Enum indicating the type of the Analytics item. Possible values include: 'query', 'function', 'folder', 'recent'

version

This instance's version of the data model. This can change as new features are added. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

content

The content of this item

content?: string

Property Value

string

id

Internally assigned unique id of the item definition.

id?: string

Property Value

string

name

The user-defined name of the item.

name?: string

Property Value

string

properties

properties?: ApplicationInsightsComponentAnalyticsItemProperties

Property Value

scope

Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'shared', 'user'

scope?: ItemScope

Property Value

timeCreated

Date and time in UTC when this item was created. NOTE: This property will not be serialized. It can only be populated by the server.

timeCreated?: string

Property Value

string

timeModified

Date and time in UTC of the last modification that was made to this item. NOTE: This property will not be serialized. It can only be populated by the server.

timeModified?: string

Property Value

string

type

Enum indicating the type of the Analytics item. Possible values include: 'query', 'function', 'folder', 'recent'

type?: ItemType

Property Value

version

This instance's version of the data model. This can change as new features are added. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Property Value

string