Google Cloud Bigtable Administration v2 API - Class UpdateTableMetadata (3.13.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateTableMetadata.

Metadata type for the operation returned by [UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].

Inheritance

object > UpdateTableMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UpdateTableMetadata()

public UpdateTableMetadata()

UpdateTableMetadata(UpdateTableMetadata)

public UpdateTableMetadata(UpdateTableMetadata other)
Parameter
NameDescription
otherUpdateTableMetadata

Properties

EndTime

public Timestamp EndTime { get; set; }

If set, the time at which this operation finished or was canceled.

Property Value
TypeDescription
Timestamp

Name

public string Name { get; set; }

The name of the table being updated.

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

The time at which this operation started.

Property Value
TypeDescription
Timestamp