Interface protos.google.monitoring.dashboard.v1.XyChart.IDataSet

Properties of a DataSet.

Package

@google-cloud/monitoring-dashboards!

Properties

legendTemplate

legendTemplate?: (string|null);

DataSet legendTemplate

Property Value
TypeDescription
(string|null)

minAlignmentPeriod

minAlignmentPeriod?: (google.protobuf.IDuration|null);

DataSet minAlignmentPeriod

Property Value
TypeDescription
(google.protobuf.IDuration|null)

plotType

plotType?: (google.monitoring.dashboard.v1.XyChart.DataSet.PlotType|keyof typeof google.monitoring.dashboard.v1.XyChart.DataSet.PlotType|null);

DataSet plotType

Property Value
TypeDescription
(google.monitoring.dashboard.v1.XyChart.DataSet.PlotType|keyof typeof google.monitoring.dashboard.v1.XyChart.DataSet.PlotType|null)

timeSeriesQuery

timeSeriesQuery?: (google.monitoring.dashboard.v1.ITimeSeriesQuery|null);

DataSet timeSeriesQuery

Property Value
TypeDescription
(google.monitoring.dashboard.v1.ITimeSeriesQuery|null)