Google Cloud Bigtable Administration v2 API - Class UndeleteTableMetadata (3.14.0)

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

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

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

Inheritance

object > UndeleteTableMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UndeleteTableMetadata()

public UndeleteTableMetadata()

UndeleteTableMetadata(UndeleteTableMetadata)

public UndeleteTableMetadata(UndeleteTableMetadata other)
Parameter
NameDescription
otherUndeleteTableMetadata

Properties

EndTime

public Timestamp EndTime { get; set; }

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

Property Value
TypeDescription
Timestamp

Name

public string Name { get; set; }

The name of the table being restored.

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

The time at which this operation started.

Property Value
TypeDescription
Timestamp