ChartConfiguration
- Last UpdatedMar 10, 2025
- 1 minute read
Defines configuration settings for a particular Insight content.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) |
int, NOT NULL |
The unique identifier for the Insight content. |
|
ChartConfigurationName |
nvarchar(200), NOT NULL |
The name of the Insight content. |
|
ChartConfigurationUrl |
nvarchar(100), NOT NULL |
The web address for the Insight content. |
|
ChartConfigurationType |
tinyint, NOT NULL |
Specifies what type of chart was saved. For example, single chart or dashboard |
|
(FK) |
int, NOT NULL |
A unique identifier for the Insight content owner. |
|
ChartConfigurationShareMode |
tinyint, NOT NULL |
Specifies whether the Insight content is shared. |
|
LastSharedDateTimeUtc |
datetime2(7), NULL |
Specifies when the Insight content was last shared. |
|
CreationDateTimeUtc |
datetime2(7), NOT NULL |
Specifies when the InSight content was created. |
|
TimePreset |
nvarchar(200), NULL |
Specifies the selected time frame of the saved content. For example: Last 30 days, Last hour, or specific start and end times (for Custom). |
|
TimeAggregate |
tinyint, NULL |
Specifies the aggregates used by the saved content. For example, Hour/Day for a Column chart. |
|
ChartType |
nvarchar(100), NULL |
The type of chart used for this Insight content. |
|
MobileShareMode |
tinyint, NOT NULL |
Specifies whether this Insight content is shared with mobile users. |
|
EmbedShareMode |
tinyint, NOT NULL |
Specifies whether this Insight content can be embedded into a web page or other object. |