public enum ColumnDataProfile.Types.ColumnDataType
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum ColumnDataProfile.Types.ColumnDataType.
Data types of the data in a column. Types may be added over time.
Namespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Fields |
|
---|---|
Name | Description |
TypeBignumeric |
Decimal type. |
TypeBool |
Encoded as a boolean "false" or "true". |
TypeBytes |
Encoded as a base64 string per RFC 4648, section 4. |
TypeDate |
Encoded as RFC 3339 full-date format string: 1985-04-12 |
TypeDatetime |
Encoded as RFC 3339 full-date "T" partial-time: 1985-04-12T23:20:50.52 |
TypeFloat64 |
Encoded as a number, or string "NaN", "Infinity" or "-Infinity". |
TypeGeography |
Encoded as WKT |
TypeInt64 |
Encoded as a string in decimal format. |
TypeInterval |
Interval type. |
TypeJson |
Json type. |
TypeNumeric |
Encoded as a decimal string. |
TypeRangeDate |
|
TypeRangeDatetime |
|
TypeRangeTimestamp |
|
TypeRecord |
Container of ordered fields, each with a type and field name. |
TypeString |
Encoded as a string value. |
TypeTime |
Encoded as RFC 3339 partial-time format string: 23:20:50.52 |
TypeTimestamp |
Encoded as an RFC 3339 timestamp with mandatory "Z" time zone string: 1985-04-12T23:20:50.52Z |
Unspecified |
Invalid type. |