Cloud Dataplex v1 API - Enum DataProfileSpec.Types.Mode (3.15.0)

public enum DataProfileSpec.Types.Mode

Reference documentation and code samples for the Cloud Dataplex v1 API enum DataProfileSpec.Types.Mode.

Defines the execution mode for the profile scan.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

Name Description
Lightweight

Specifies lightweight profiling mode. This mode is optimized for low-latency, low-fidelity profiling.

When this mode is selected, the following fields must not be set: sampling_percent, row_filter, include_fields, and exclude_fields.

Standard

Performs standard profiling. The behavior is controlled by other fields such as sampling_percent, row_filter, and column filters. This mode allows for full scans or custom sampling.

Unspecified

Default value. This value is unused.