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 | A set of properties that can be defined in the context of a specific item type. Each type may have its own 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. |
time |
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. |
time |
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. |
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
A set of properties that can be defined in the context of a specific item type. Each type may have its own 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.
scope?: string
Property Value
string
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.
type?: string
Property Value
string
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
Azure SDK for JavaScript