Cloud Dataplex v1 API - Enum DataScanJob.Types.State (2.5.0)

public enum DataScanJob.Types.State

Reference documentation and code samples for the Cloud Dataplex v1 API enum DataScanJob.Types.State.

Execution state for the DataScanJob.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

NameDescription
Canceling

The DataScanJob is canceling.

Cancelled

The DataScanJob cancellation was successful.

Failed

The DataScanJob is no longer running due to an error.

Pending

The DataScanJob has been created but not started to run yet.

Running

The DataScanJob is running.

Succeeded

The DataScanJob completed successfully.

Unspecified

The DataScanJob state is unspecified.