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

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

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

The metadata for the Operation returned by SnapshotTable.

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

Inheritance

object > SnapshotTableMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

SnapshotTableMetadata()

public SnapshotTableMetadata()

SnapshotTableMetadata(SnapshotTableMetadata)

public SnapshotTableMetadata(SnapshotTableMetadata other)
Parameter
NameDescription
otherSnapshotTableMetadata

Properties

FinishTime

public Timestamp FinishTime { get; set; }

The time at which the operation failed or was completed successfully.

Property Value
TypeDescription
Timestamp

OriginalRequest

public SnapshotTableRequest OriginalRequest { get; set; }

The request that prompted the initiation of this SnapshotTable operation.

Property Value
TypeDescription
SnapshotTableRequest

RequestTime

public Timestamp RequestTime { get; set; }

The time at which the original request was received.

Property Value
TypeDescription
Timestamp