Cloud Dataplex v1 API - Enum DataProfileResult.Types.PostScanActionsResult.Types.BigQueryExportResult.Types.State (2.15.0)

public enum DataProfileResult.Types.PostScanActionsResult.Types.BigQueryExportResult.Types.State

Reference documentation and code samples for the Cloud Dataplex v1 API enum DataProfileResult.Types.PostScanActionsResult.Types.BigQueryExportResult.Types.State.

Execution state for the exporting.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

NameDescription
Failed

The exporting is no longer running due to an error.

Skipped

The exporting is skipped due to no valid scan result to export (usually caused by scan failed).

Succeeded

The exporting completed successfully.

Unspecified

The exporting state is unspecified.