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

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

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

Request message for BigtableInstanceAdmin.UpdateMemoryLayer.

Inheritance

object > UpdateMemoryLayerRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UpdateMemoryLayerRequest()

public UpdateMemoryLayerRequest()

UpdateMemoryLayerRequest(UpdateMemoryLayerRequest)

public UpdateMemoryLayerRequest(UpdateMemoryLayerRequest other)
Parameter
Name Description
other UpdateMemoryLayerRequest

Properties

MemoryLayer

public MemoryLayer MemoryLayer { get; set; }

Required. The memory layer to update.

The memory layer's name format is as follows: projects/{project}/instances/{instance}/clusters/{cluster}/memoryLayer.

Property Value
Type Description
MemoryLayer

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The list of fields to update.

Property Value
Type Description
FieldMask