public sealed class MemoryLayer.Types.MemoryConfig : IMessage<MemoryLayer.Types.MemoryConfig>, IEquatable<MemoryLayer.Types.MemoryConfig>, IDeepCloneable<MemoryLayer.Types.MemoryConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class MemoryLayer.Types.MemoryConfig.
Configuration of a memory layer.
Implements
IMessageMemoryLayerTypesMemoryConfig, IEquatableMemoryLayerTypesMemoryConfig, IDeepCloneableMemoryLayerTypesMemoryConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
MemoryConfig()
public MemoryConfig()MemoryConfig(MemoryConfig)
public MemoryConfig(MemoryLayer.Types.MemoryConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
MemoryLayerTypesMemoryConfig |
Properties
StorageSizeGib
public int StorageSizeGib { get; set; }Output only. Reporting the current size of the memory layer in GiB.
| Property Value | |
|---|---|
| Type | Description |
int |
|