public sealed class UpdateTableMetadata : IMessage<UpdateTableMetadata>, IEquatable<UpdateTableMetadata>, IDeepCloneable<UpdateTableMetadata>, IBufferMessage, IMessageReference 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].
Implements
IMessageUpdateTableMetadata, IEquatableUpdateTableMetadata, IDeepCloneableUpdateTableMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
UpdateTableMetadata()
public UpdateTableMetadata()UpdateTableMetadata(UpdateTableMetadata)
public UpdateTableMetadata(UpdateTableMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateTableMetadata |
Properties
EndTime
public Timestamp EndTime { get; set; }If set, the time at which this operation finished or was canceled.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Name
public string Name { get; set; }The name of the table being updated.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StartTime
public Timestamp StartTime { get; set; }The time at which this operation started.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|