public sealed class CreateLogicalViewMetadata : IMessage<CreateLogicalViewMetadata>, IEquatable<CreateLogicalViewMetadata>, IDeepCloneable<CreateLogicalViewMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateLogicalViewMetadata.
The metadata for the Operation returned by CreateLogicalView.
Implements
IMessageCreateLogicalViewMetadata, IEquatableCreateLogicalViewMetadata, IDeepCloneableCreateLogicalViewMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
CreateLogicalViewMetadata()
public CreateLogicalViewMetadata()
CreateLogicalViewMetadata(CreateLogicalViewMetadata)
public CreateLogicalViewMetadata(CreateLogicalViewMetadata other)
Parameter | |
---|---|
Name | Description |
other |
CreateLogicalViewMetadata |
Properties
EndTime
public Timestamp EndTime { get; set; }
If set, the time at which this operation finished or was canceled.
Property Value | |
---|---|
Type | Description |
Timestamp |
OriginalRequest
public CreateLogicalViewRequest OriginalRequest { get; set; }
The request that prompted the initiation of this CreateLogicalView operation.
Property Value | |
---|---|
Type | Description |
CreateLogicalViewRequest |
StartTime
public Timestamp StartTime { get; set; }
The time at which this operation started.
Property Value | |
---|---|
Type | Description |
Timestamp |