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.
Implements
IMessageCreateTimeSeriesSummary, IEquatableCreateTimeSeriesSummary, IDeepCloneableCreateTimeSeriesSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
CreateTimeSeriesSummary()
public CreateTimeSeriesSummary()
CreateTimeSeriesSummary(CreateTimeSeriesSummary)
public CreateTimeSeriesSummary(CreateTimeSeriesSummary other)
Parameter | |
---|---|
Name | Description |
other |
CreateTimeSeriesSummary |
Properties
Errors
public RepeatedField<CreateTimeSeriesSummary.Types.Error> Errors { get; }
The number of points that failed to be written. Order is not guaranteed.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCreateTimeSeriesSummaryTypesError |
SuccessPointCount
public int SuccessPointCount { get; set; }
The number of points that were successfully written.
Property Value | |
---|---|
Type | Description |
int |
TotalPointCount
public int TotalPointCount { get; set; }
The number of points in the request.
Property Value | |
---|---|
Type | Description |
int |