Google Cloud Bigtable Administration v2 API - Enum MemoryLayer.Types.State (3.35.0)

public enum MemoryLayer.Types.State

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API enum MemoryLayer.Types.State.

Possible states of a memory layer.

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Fields

Name Description
Disabled

The memory layer is disabled. The default state for a cluster without a memory layer.

Enabling

The memory layer is currently being enabled, and may be disabled if the enablement process encounters an error. A cluster may not be able to serve requests from the memory layer while being enabled.

NotKnown

The state of the memory layer could not be determined.

Ready

The memory layer has been successfully enabled and is ready to serve requests.

Resizing

The memory layer is currently being resized, and may revert to its previous storage size if the process encounters an error. The memory layer is still capable of serving requests while being resized, but may exhibit performance as if its number of allocated nodes is between the starting and requested states.