Class CollectdPayloadError
Describes the error status for payloads that were not written.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class CollectdPayloadError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Records the error status for the payload. If this field is present, the partial errors for nested values won't be populated.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type | Description |
---|---|
Status |
Index
The zero-based index in CreateCollectdTimeSeriesRequest.collectd_payloads.
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type | Description |
---|---|
int? |
ValueErrors
Records the error status for values that were not written due to an error.Failed payloads for which nothing is written will not include partial value errors.
Declaration
[JsonProperty("valueErrors")]
public virtual IList<CollectdValueError> ValueErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<CollectdValueError> |