Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataClassification.
Classifies the data stored by the aspect.
Protobuf type google.cloud.dataplex.v1.AspectType.DataClassification
Namespace
Google \ Cloud \ Dataplex \ V1 \ AspectTypeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATA_CLASSIFICATION_UNSPECIFIED
Value: 0Denotes that the aspect contains only metadata.
Generated from protobuf enum DATA_CLASSIFICATION_UNSPECIFIED = 0;
METADATA_AND_DATA
Value: 1Metadata and data classification.
Generated from protobuf enum METADATA_AND_DATA = 1;