Show / Hide Table of Contents

Class UsageMetrics

Usage metrics represent approximate total resources consumed by a workload.

Inheritance
object
UsageMetrics
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.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class UsageMetrics : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MilliDcuSeconds

Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).

Declaration
[JsonProperty("milliDcuSeconds")]
public virtual long? MilliDcuSeconds { get; set; }
Property Value
Type Description
long?

ShuffleStorageGbSeconds

Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).

Declaration
[JsonProperty("shuffleStorageGbSeconds")]
public virtual long? ShuffleStorageGbSeconds { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX