Azure AI Search data type | Transformation data type | Range and Description |
|---|---|---|
Edm.Boolean | Integer | 1 or 0 |
Edm.Double | Double | Precision is 15. |
Edm.Int32 | Integer | -2,147,483,648 to +2,147,483,647 |
Edm.Int64 | Bigint | -9,223,372,036,854,775,808 to +9,223,372,036,854,775,807 8-byte signed integer. |
Edm.String | String | Text data. |
Collection (Edm.Single) | Vector | A dense vector with a 32-bit floating point. |