Class UsageSnapshot
The usage snaphot 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
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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? |
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? |
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 |