public enum DataType
Reference documentation and code samples for the Integration Connectors v1 API enum DataType.
All possible data types of a entity or action field.
Namespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Fields | |
---|---|
Name | Description |
Array | UNSUPPORTED! Binary data type. |
Bigint | Long integer(int64) data type. |
Binary | UNSUPPORTED! Binary data type. |
Bit | Bit data type. |
Blob | UNSUPPORTED! Binary data type. |
Boolean | Boolean data type. |
Char | Char data type. |
Clob | UNSUPPORTED! Binary data type. |
Datalink | UNSUPPORTED! Binary data type. |
Date | Date data type. |
Datetime | DEPRECATED! Use DATA_TYPE_TIMESTAMP. |
Decimal | Decimal data type. |
Distinct | UNSUPPORTED! Binary data type. |
Double | Double data type. |
Float | Float data type. |
Int | DEPRECATED! Use DATA_TYPE_INTEGER. |
Integer | Integer(int32) data type. |
JavaObject | UNSUPPORTED! Binary data type. |
Long | DEPRECATED! Use DATA_TYPE_BIGINT. |
Longnvarchar | Longnvarchar data type. |
Longvarbinary | UNSUPPORTED! Long variable binary data type. |
Longvarchar | Longvarchar data type. |
Nchar | Nchar data type. |
Nclob | UNSUPPORTED! NCLOB data type. |
Null | Null data type. |
Numeric | Numeric data type. |
Nvarchar | Nvarchar data type. |
Other | UNSUPPORTED! Binary data type. |
Real | Real data type. |
Ref | UNSUPPORTED! Binary data type. |
RefCursor | UNSUPPORTED! Cursor reference type is not supported. |
Rowid | UNSUPPORTED! Row id data type. |
Smallint | Short integer(int16) data type. |
Sqlxml | UNSUPPORTED! SQL XML data type is not supported. |
String | DEPRECATED! Use DATA_TYPE_VARCHAR. |
Struct | UNSUPPORTED! Binary data type. |
Time | Time data type. |
TimeWithTimezone | UNSUPPORTED! Use TIME or TIMESTAMP instead. |
Timestamp | Timestamp data type. |
TimestampWithTimezone | UNSUPPORTED! Use TIMESTAMP instead. |
Tinyint | Small integer(int8) data type. |
Unspecified | Data type is not specified. |
Uuid | DEPRECATED! Use DATA_TYPE_VARCHAR. |
Varbinary | UNSUPPORTED! Variable binary data type. |
Varchar | Varchar data type. |