public sealed class CreateTableFromSnapshotMetadata : IMessage<CreateTableFromSnapshotMetadata>, IEquatable<CreateTableFromSnapshotMetadata>, IDeepCloneable<CreateTableFromSnapshotMetadata>, IBufferMessage, IMessageThe metadata for the Operation returned by CreateTableFromSnapshot.
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<CreateTableFromSnapshotMetadata>, IEquatable<CreateTableFromSnapshotMetadata>, IDeepCloneable<CreateTableFromSnapshotMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
CreateTableFromSnapshotMetadata()
public CreateTableFromSnapshotMetadata()CreateTableFromSnapshotMetadata(CreateTableFromSnapshotMetadata)
public CreateTableFromSnapshotMetadata(CreateTableFromSnapshotMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateTableFromSnapshotMetadata |
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 CreateTableFromSnapshotRequest OriginalRequest { get; set; }The request that prompted the initiation of this CreateTableFromSnapshot operation.
| Property Value | |
|---|---|
| Type | Description |
CreateTableFromSnapshotRequest |
|
RequestTime
public Timestamp RequestTime { get; set; }The time at which the original request was received.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|