Dataproc Metastore v1 API - Enum MetadataImport.Types.State (2.7.0)

public enum MetadataImport.Types.State

Reference documentation and code samples for the Dataproc Metastore v1 API enum MetadataImport.Types.State.

The current state of the metadata import.

Namespace

Google.Cloud.Metastore.V1

Assembly

Google.Cloud.Metastore.V1.dll

Fields

NameDescription
Failed

The metadata import failed, and attempted metadata changes were rolled back.

Running

The metadata import is running.

Succeeded

The metadata import completed successfully.

Unspecified

The state of the metadata import is unknown.

Updating

The metadata import is being updated.