Azure AI Search Connector > Data type reference > Azure AI Search and transformation data types
  

Azure AI Search and transformation data types

The following table lists the Azure AI Search data types that Data Integration supports and the corresponding transformation data types:
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.