Class CollectdValue
A single data point from a collectd-based plugin.
Inheritance
System.Object
CollectdValue
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.String |
DataSourceType
The type of measurement.
Declaration
[JsonProperty("dataSourceType")]
public virtual string DataSourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
The measurement value.
Declaration
[JsonProperty("value")]
public virtual TypedValue Value { get; set; }
Property Value
| Type | Description |
|---|---|
| TypedValue |