public enum DataScanJob.Types.StateReference documentation and code samples for the Cloud Dataplex v1 API enum DataScanJob.Types.State.
Execution state for the DataScanJob.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |
SucceededWithErrors |
The DataScanJob succeeded with errors. |
Unspecified |
The DataScanJob state is unspecified. |