public sealed class BiReservation : IMessage<BiReservation>, IEquatable<BiReservation>, IDeepCloneable<BiReservation>, IBufferMessage, IMessageRepresents a BI Reservation.
Implements
IMessage<BiReservation>, IEquatable<BiReservation>, IDeepCloneable<BiReservation>, 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 |
RepeatedField<TableReference> |
|
Size
public long Size { get; set; }Size of a reservation, in bytes.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The last update timestamp of a reservation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|