Show / Hide Table of Contents

Class ClusterMetrics

Contains cluster daemon metrics, such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.

Inheritance
System.Object
ClusterMetrics
Implements
Google.Apis.Requests.IDirectResponseSchema
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.Dataproc.v1beta2.Data
Assembly: Google.Apis.Dataproc.v1beta2.dll
Syntax
public class ClusterMetrics : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

HdfsMetrics

The HDFS metrics.

Declaration
[JsonProperty("hdfsMetrics")]
public virtual IDictionary<string, long?> HdfsMetrics { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Nullable<System.Int64>>

YarnMetrics

The YARN metrics.

Declaration
[JsonProperty("yarnMetrics")]
public virtual IDictionary<string, long?> YarnMetrics { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Nullable<System.Int64>>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top