public sealed class BiReservation : IMessage<BiReservation>, IEquatable<BiReservation>, IDeepCloneable<BiReservation>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class BiReservation.
Represents a BI Reservation.
Implements
IMessageBiReservation, IEquatableBiReservation, IDeepCloneableBiReservation, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
BiReservation()
public BiReservation()
BiReservation(BiReservation)
public BiReservation(BiReservation other)
Parameter | |
---|---|
Name | Description |
other | BiReservation |
Properties
BiReservationName
public BiReservationName BiReservationName { get; set; }
BiReservationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
BiReservationName |
Name
public string Name { get; set; }
The resource name of the singleton BI reservation.
Reservation names have the form
projects/{project_id}/locations/{location_id}/biReservation
.
Property Value | |
---|---|
Type | Description |
string |
PreferredTables
public RepeatedField<TableReference> PreferredTables { get; }
Preferred tables to use BI capacity for.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTableReference |
Size
public long Size { get; set; }
Size of a reservation, in bytes.
Property Value | |
---|---|
Type | Description |
long |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The last update timestamp of a reservation.
Property Value | |
---|---|
Type | Description |
Timestamp |