Google Cloud Bigtable Administration v2 API - Class UpdateLogicalViewMetadata (3.24.0)

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

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

The metadata for the Operation returned by UpdateLogicalView.

Inheritance

object > UpdateLogicalViewMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UpdateLogicalViewMetadata()

public UpdateLogicalViewMetadata()

UpdateLogicalViewMetadata(UpdateLogicalViewMetadata)

public UpdateLogicalViewMetadata(UpdateLogicalViewMetadata other)
Parameter
Name Description
other UpdateLogicalViewMetadata

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 UpdateLogicalViewRequest OriginalRequest { get; set; }

The request that prompted the initiation of this UpdateLogicalView operation.

Property Value
Type Description
UpdateLogicalViewRequest

StartTime

public Timestamp StartTime { get; set; }

The time at which this operation was started.

Property Value
Type Description
Timestamp