Class CreateTimeSeriesSummary
Summary of the result of a failed request to write data to a time series.
Inheritance
System.Object
CreateTimeSeriesSummary
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class CreateTimeSeriesSummary : IDirectResponseSchema
Properties
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 |
|---|---|
| System.Collections.Generic.IList<Error> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SuccessPointCount
The number of points that were successfully written.
Declaration
[JsonProperty("successPointCount")]
public virtual int? SuccessPointCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TotalPointCount
The number of points in the request.
Declaration
[JsonProperty("totalPointCount")]
public virtual int? TotalPointCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |