public sealed class SnapshotTableMetadata : IMessage<SnapshotTableMetadata>, IEquatable<SnapshotTableMetadata>, IDeepCloneable<SnapshotTableMetadata>, IBufferMessage, IMessage
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.
Implements
IMessage<SnapshotTableMetadata>, IEquatable<SnapshotTableMetadata>, IDeepCloneable<SnapshotTableMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
SnapshotTableMetadata()
public SnapshotTableMetadata()
SnapshotTableMetadata(SnapshotTableMetadata)
public SnapshotTableMetadata(SnapshotTableMetadata other)
Parameter | |
---|---|
Name | Description |
other | SnapshotTableMetadata |
Properties
FinishTime
public Timestamp FinishTime { get; set; }
The time at which the operation failed or was completed successfully.
Property Value | |
---|---|
Type | Description |
Timestamp |
OriginalRequest
public SnapshotTableRequest OriginalRequest { get; set; }
The request that prompted the initiation of this SnapshotTable operation.
Property Value | |
---|---|
Type | Description |
SnapshotTableRequest |
RequestTime
public Timestamp RequestTime { get; set; }
The time at which the original request was received.
Property Value | |
---|---|
Type | Description |
Timestamp |