Show / Hide Table of Contents

Class JobStatistics.ReservationUsageData

Output only. Job resource usage breakdown by reservation. This field reported misleading information and will no longer be populated.

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

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?
In this article
Back to top Generated by DocFX