Class CreateTimeSeriesRequest
The CreateTimeSeries request.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class CreateTimeSeriesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeSeries
Required. The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each TimeSeries value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.The maximum number of TimeSeries objects per Create request is 200.
Declaration
[JsonProperty("timeSeries")]
public virtual IList<TimeSeries> TimeSeries { get; set; }
Property Value
Type | Description |
---|---|
IList<TimeSeries> |