Google Cloud Bigtable Administration v2 API - Class UpdateMaterializedViewMetadata (3.25.0)

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

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

The metadata for the Operation returned by UpdateMaterializedView.

Inheritance

object > UpdateMaterializedViewMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UpdateMaterializedViewMetadata()

public UpdateMaterializedViewMetadata()

UpdateMaterializedViewMetadata(UpdateMaterializedViewMetadata)

public UpdateMaterializedViewMetadata(UpdateMaterializedViewMetadata other)
Parameter
Name Description
other UpdateMaterializedViewMetadata

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

The request that prompted the initiation of this UpdateMaterializedView operation.

Property Value
Type Description
UpdateMaterializedViewRequest

StartTime

public Timestamp StartTime { get; set; }

The time at which this operation was started.

Property Value
Type Description
Timestamp