Dataproc Metastore v1beta API - Enum Service.Types.State (2.0.0-beta09)

public enum Service.Types.State

Reference documentation and code samples for the Dataproc Metastore v1beta API enum Service.Types.State.

The current state of the metastore service.

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

Google.Cloud.Metastore.V1Beta.dll

Fields

NameDescription
Active

The metastore service is running and ready to serve queries.

Creating

The metastore service is in the process of being created.

Deleting

The metastore service is undergoing deletion. It cannot be used.

Error

The metastore service has encountered an error and cannot be used. The metastore service should be deleted.

Suspended

The metastore service is suspended and unable to serve queries.

Suspending

The metastore service is entering suspension. Its query-serving availability may cease unexpectedly.

Unspecified

The state of the metastore service is unknown.

Updating

The metastore service is being updated. It remains usable but cannot accept additional update requests or be deleted at this time.