Show / Hide Table of Contents

Class CollectdValue

A single data point from a collectd-based plugin.

Inheritance
object
CollectdValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX