Class CollectdValue
A single data point from a collectd-based plugin.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class CollectdValue : IDirectResponseSchema
Properties
DataSourceName
The data source for the collectd value. For example, there are two data sources for network measurements: "rx" and "tx".
Declaration
[JsonProperty("dataSourceName")]
public virtual string DataSourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
DataSourceType
The type of measurement.
Declaration
[JsonProperty("dataSourceType")]
public virtual string DataSourceType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The measurement value.
Declaration
[JsonProperty("value")]
public virtual TypedValue Value { get; set; }
Property Value
Type | Description |
---|---|
TypedValue |