Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Mode.
Defines the execution mode for the profile scan.
Protobuf type google.cloud.dataplex.v1.DataProfileSpec.Mode
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataProfileSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
STANDARD
Value: 1Performs 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.
Generated from protobuf enum STANDARD = 1;
LIGHTWEIGHT
Value: 2Specifies 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.
Generated from protobuf enum LIGHTWEIGHT = 2;