Class GoogleBigtableAdminV2MemoryLayerMemoryConfig
Configuration of a memory layer.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class GoogleBigtableAdminV2MemoryLayerMemoryConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StorageSizeGib
Output only. Reporting the current size of the memory layer in GiB.
Declaration
[JsonProperty("storageSizeGib")]
public virtual int? StorageSizeGib { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |