Google Cloud Monitoring v3 API - Class CreateTimeSeriesSummary (3.2.0)

public sealed class CreateTimeSeriesSummary : IMessage<CreateTimeSeriesSummary>, IEquatable<CreateTimeSeriesSummary>, IDeepCloneable<CreateTimeSeriesSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class CreateTimeSeriesSummary.

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

Inheritance

Object > CreateTimeSeriesSummary

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

CreateTimeSeriesSummary()

public CreateTimeSeriesSummary()

CreateTimeSeriesSummary(CreateTimeSeriesSummary)

public CreateTimeSeriesSummary(CreateTimeSeriesSummary other)
Parameter
NameDescription
otherCreateTimeSeriesSummary

Properties

Errors

public RepeatedField<CreateTimeSeriesSummary.Types.Error> Errors { get; }

The number of points that failed to be written. Order is not guaranteed.

Property Value
TypeDescription
RepeatedField<CreateTimeSeriesSummary.Types.Error>

SuccessPointCount

public int SuccessPointCount { get; set; }

The number of points that were successfully written.

Property Value
TypeDescription
Int32

TotalPointCount

public int TotalPointCount { get; set; }

The number of points in the request.

Property Value
TypeDescription
Int32