Show / Hide Table of Contents

Class CreateCollectdTimeSeriesResponse

The CreateCollectdTimeSeries response.

Inheritance
object
CreateCollectdTimeSeriesResponse
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 CreateCollectdTimeSeriesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PayloadErrors

Records the error status for points that were not written due to an error in the request.Failed requests for which nothing is written will return an error response instead. Requests where data points were rejected by the backend will set summary instead.

Declaration
[JsonProperty("payloadErrors")]
public virtual IList<CollectdPayloadError> PayloadErrors { get; set; }
Property Value
Type Description
IList<CollectdPayloadError>

Summary

Aggregate statistics from writing the payloads. This field is omitted if all points were successfully written, so that the response is empty. This is for backwards compatibility with clients that log errors on any non-empty response.

Declaration
[JsonProperty("summary")]
public virtual CreateTimeSeriesSummary Summary { get; set; }
Property Value
Type Description
CreateTimeSeriesSummary

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX