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

AcceleratorType

Optional. Accelerator type being used, if any

Declaration
[JsonProperty("acceleratorType")]
public virtual string AcceleratorType { 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

MilliAcceleratorSeconds

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

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

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?

MilliSlotSeconds

Optional. Slot usage in (milliSlot x seconds).

Declaration
[JsonProperty("milliSlotSeconds")]
public virtual long? MilliSlotSeconds { 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?

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Optional. The timestamp of the usage metrics.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX