public sealed class DashboardChart.Types.ChartDatasource : IMessage<DashboardChart.Types.ChartDatasource>, IEquatable<DashboardChart.Types.ChartDatasource>, IDeepCloneable<DashboardChart.Types.ChartDatasource>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DashboardChart.Types.ChartDatasource.
Datasource of the chart including the query reference and source name.
Implements
IMessageDashboardChartTypesChartDatasource, IEquatableDashboardChartTypesChartDatasource, IDeepCloneableDashboardChartTypesChartDatasource, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ChartDatasource()
public ChartDatasource()ChartDatasource(ChartDatasource)
public ChartDatasource(DashboardChart.Types.ChartDatasource other)| Parameter | |
|---|---|
| Name | Description |
other |
DashboardChartTypesChartDatasource |
Properties
DashboardQuery
public string DashboardQuery { get; set; }Reference to dashboard query resource used in the chart.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DashboardQueryAsDashboardQueryName
public DashboardQueryName DashboardQueryAsDashboardQueryName { get; set; }DashboardQueryName-typed view over the DashboardQuery resource name property.
| Property Value | |
|---|---|
| Type | Description |
DashboardQueryName |
|
DataSources
public RepeatedField<DataSource> DataSources { get; }Name of the datasource used in the chart.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataSource |
|