Show / Hide Table of Contents

Class CreateTimeSeriesSummary

Summary of the result of a failed request to write data to a time series.

Inheritance
object
CreateTimeSeriesSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX