Class SchedulingPolicy
The scheduling policy controls how a reservation's resources are distributed.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryReservation.v1.Data
Assembly: Google.Apis.BigQueryReservation.v1.dll
Syntax
public class SchedulingPolicy : IDirectResponseSchema
Properties
Concurrency
Optional. If present and > 0, the reservation will attempt to limit the concurrency of jobs running for any particular project within it to the given value. This feature is not yet generally available.
Declaration
[JsonProperty("concurrency")]
public virtual long? Concurrency { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxSlots
Optional. If present and > 0, the reservation will attempt to limit the slot consumption of queries running for any particular project within it to the given value. This feature is not yet generally available.
Declaration
[JsonProperty("maxSlots")]
public virtual long? MaxSlots { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |