Class BiReservation (1.3.0)

public sealed class BiReservation : IMessage<BiReservation>, IEquatable<BiReservation>, IDeepCloneable<BiReservation>, IBufferMessage, IMessage

Represents a BI Reservation.

Inheritance

Object > BiReservation

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

BiReservation()

public BiReservation()

BiReservation(BiReservation)

public BiReservation(BiReservation other)
Parameter
NameDescription
otherBiReservation

Properties

BiReservationName

public BiReservationName BiReservationName { get; set; }

BiReservationName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
String

Size

public long Size { get; set; }

Size of a reservation, in bytes.

Property Value
TypeDescription
Int64

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The last update timestamp of a reservation.

Property Value
TypeDescription
Timestamp