Class UsageSnapshot
The usage snapshot represents the resources consumed by a workload at a specified time.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class UsageSnapshot : 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 |
MilliAccelerator
Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
Declaration
[JsonProperty("milliAccelerator")]
public virtual long? MilliAccelerator { get; set; }
Property Value
Type | Description |
---|---|
long? |
MilliDcu
Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
Declaration
[JsonProperty("milliDcu")]
public virtual long? MilliDcu { get; set; }
Property Value
Type | Description |
---|---|
long? |
MilliDcuPremium
Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
Declaration
[JsonProperty("milliDcuPremium")]
public virtual long? MilliDcuPremium { get; set; }
Property Value
Type | Description |
---|---|
long? |
ShuffleStorageGb
Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
Declaration
[JsonProperty("shuffleStorageGb")]
public virtual long? ShuffleStorageGb { get; set; }
Property Value
Type | Description |
---|---|
long? |
ShuffleStorageGbPremium
Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
Declaration
[JsonProperty("shuffleStorageGbPremium")]
public virtual long? ShuffleStorageGbPremium { get; set; }
Property Value
Type | Description |
---|---|
long? |
SnapshotTime
object representation of SnapshotTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SnapshotTimeDateTimeOffset instead.")]
public virtual object SnapshotTime { get; set; }
Property Value
Type | Description |
---|---|
object |
SnapshotTimeDateTimeOffset
DateTimeOffset representation of SnapshotTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SnapshotTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
SnapshotTimeRaw
Optional. The timestamp of the usage snapshot.
Declaration
[JsonProperty("snapshotTime")]
public virtual string SnapshotTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |