Class JobStatistics.ReservationUsageData
[Output-only] Job resource usage breakdown by reservation.
Inheritance
object
JobStatistics.ReservationUsageData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class JobStatistics.ReservationUsageData
Properties
Name
[Output-only] Reservation name or "unreserved" for on-demand resources usage.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SlotMs
[Output-only] Slot-milliseconds the job spent in the given reservation.
Declaration
[JsonProperty("slotMs")]
public virtual long? SlotMs { get; set; }
Property Value
Type | Description |
---|---|
long? |