Class UpdateMemoryLayerRequest
Request message for BigtableInstanceAdmin.UpdateMemoryLayer.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class UpdateMemoryLayerRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MemoryLayer
Required. The memory layer to update. The memory layer's name format is as follows:
projects/{project}/instances/{instance}/clusters/{cluster}/memoryLayer.
Declaration
[JsonProperty("memoryLayer")]
public virtual MemoryLayer MemoryLayer { get; set; }
Property Value
| Type | Description |
|---|---|
| MemoryLayer |
UpdateMask
Optional. The list of fields to update.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |