public sealed class CreateTimeSeriesSummary : IMessage<CreateTimeSeriesSummary>, IEquatable<CreateTimeSeriesSummary>, IDeepCloneable<CreateTimeSeriesSummary>, IBufferMessage, IMessageSummary of the result of a failed request to write data to a time series.
Implements
IMessage<CreateTimeSeriesSummary>, IEquatable<CreateTimeSeriesSummary>, IDeepCloneable<CreateTimeSeriesSummary>, 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 |
RepeatedField<CreateTimeSeriesSummary.Types.Error> |
|
SuccessPointCount
public int SuccessPointCount { get; set; }The number of points that were successfully written.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
TotalPointCount
public int TotalPointCount { get; set; }The number of points in the request.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|