Show / Hide Table of Contents

Class JobStatistics2.ReservationUsageData

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

Inheritance
object
JobStatistics2.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 JobStatistics2.ReservationUsageData

Properties

Name

Reservation name or "unreserved" for on-demand resource usage and multi-statement queries.

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