public enum Schema.Types.Type
Reference documentation and code samples for the Cloud Dataplex v1 API enum Schema.Types.Type.
Type information for fields in schemas and partition schemas.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Fields |
|
---|---|
Name | Description |
Binary |
Sequence of bytes field. |
Boolean |
Boolean field. |
Byte |
Single byte numeric field. |
Date |
Date field. |
Decimal |
Real value numeric field. |
Double |
Double precision numeric field. |
Float |
Floating point numeric field. |
Int16 |
16-bit numeric field. |
Int32 |
32-bit numeric field. |
Int64 |
64-bit numeric field. |
Null |
Null field that does not have values. |
Record |
Structured field. Nested fields that define the structure of the map. If all nested fields are nullable, this field represents a union. |
String |
Sequence of characters field. |
Time |
Time field. |
Timestamp |
Date and time field. |
Unspecified |
SchemaType unspecified. |