public enum UniquenessScoreLevelReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum UniquenessScoreLevel.
Bucketized uniqueness score levels. A higher uniqueness score is a strong signal that the column may contain a unique identifier like user id. A low value indicates that the column contains few unique values like booleans or other classifiers.
Namespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Fields |
|
|---|---|
| Name | Description |
UniquenessScoreHigh |
High uniqueness, possibly a column of free text or unique identifiers. |
UniquenessScoreLow |
Low uniqueness, possibly a boolean, enum or similiarly typed column. |
UniquenessScoreMedium |
Medium uniqueness. |
Unspecified |
Some columns do not have estimated uniqueness. Possible reasons include having too few values. |