Class JobStatistics2.ReservationUsageData
Output only. Job resource usage breakdown by reservation. This field reported misleading information and will no longer be populated.
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class JobStatistics2.ReservationUsageData
Properties
Name
Reservation name or "unreserved" for on-demand resources usage.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SlotMs
Total slot milliseconds used by the reservation for a particular job.
Declaration
[JsonProperty("slotMs")]
public virtual long? SlotMs { get; set; }
Property Value
Type | Description |
---|---|
long? |