Package version:

Enumeration KnownSearchFieldDataType

Known values of SearchFieldDataType that the service accepts.

Enumeration Members

Boolean

Indicates that a field contains a Boolean value (true or false).

Byte

Indicates that a field contains a 8-bit unsigned integer. This is only valid when used with Collection(Edm.Byte).

Complex

Indicates that a field contains one or more complex objects that in turn have sub-fields of other types.

DateTimeOffset

Indicates that a field contains a date/time value, including timezone information.

Double

Indicates that a field contains an IEEE double-precision floating point number.

GeographyPoint

Indicates that a field contains a geo-location in terms of longitude and latitude.

Half

Indicates that a field contains a half-precision floating point number. This is only valid when used with Collection(Edm.Half).

Int16

Indicates that a field contains a 16-bit signed integer. This is only valid when used with Collection(Edm.Int16).

Int32

Indicates that a field contains a 32-bit signed integer.

Int64

Indicates that a field contains a 64-bit signed integer.

SByte

Indicates that a field contains a 8-bit signed integer. This is only valid when used with Collection(Edm.SByte).

Single

Indicates that a field contains a single-precision floating point number. This is only valid when used with Collection(Edm.Single).

String

Indicates that a field contains a string.