Class CreateTimeSeriesSummary
Summary of the result of a failed request to write data to a time series.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class CreateTimeSeriesSummary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
The number of points that failed to be written. Order is not guaranteed.
Declaration
[JsonProperty("errors")]
public virtual IList<Error> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<Error> |
SuccessPointCount
The number of points that were successfully written.
Declaration
[JsonProperty("successPointCount")]
public virtual int? SuccessPointCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
TotalPointCount
The number of points in the request.
Declaration
[JsonProperty("totalPointCount")]
public virtual int? TotalPointCount { get; set; }
Property Value
Type | Description |
---|---|
int? |