Package version:
Indicates that a field contains a Boolean value (true or false).
Indicates that a field contains a 8-bit unsigned integer. This is only valid when used with Collection(Edm.Byte).
Indicates that a field contains one or more complex objects that in turn have sub-fields of other types.
Indicates that a field contains a date/time value, including timezone information.
Indicates that a field contains an IEEE double-precision floating point number.
Indicates that a field contains a geo-location in terms of longitude and latitude.
Indicates that a field contains a half-precision floating point number. This is only valid when used with Collection(Edm.Half).
Indicates that a field contains a 16-bit signed integer. This is only valid when used with Collection(Edm.Int16).
Indicates that a field contains a 32-bit signed integer.
Indicates that a field contains a 64-bit signed integer.
Indicates that a field contains a 8-bit signed integer. This is only valid when used with Collection(Edm.SByte).
Indicates that a field contains a single-precision floating point number. This is only valid when used with Collection(Edm.Single).
Indicates that a field contains a string.
Known values of SearchFieldDataType that the service accepts.