Google Cloud Bigtable Administration v2 API - Class UpdateMemoryLayerMetadata (3.35.0)

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

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

The metadata for the Operation returned by UpdateMemoryLayer.

Inheritance

object > UpdateMemoryLayerMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UpdateMemoryLayerMetadata()

public UpdateMemoryLayerMetadata()

UpdateMemoryLayerMetadata(UpdateMemoryLayerMetadata)

public UpdateMemoryLayerMetadata(UpdateMemoryLayerMetadata other)
Parameter
Name Description
other UpdateMemoryLayerMetadata

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

The request that prompted the initiation of this UpdateMemoryLayer operation.

Property Value
Type Description
UpdateMemoryLayerRequest

RequestTime

public Timestamp RequestTime { get; set; }

The time at which the original request was received.

Property Value
Type Description
Timestamp