Package version:

Enumeration KnownSearchFieldDataType

Known values of SearchFieldDataType that the service accepts.

Enumeration Members

Boolean: "Edm.Boolean"

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

Byte: "Edm.Byte"

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

Complex: "Edm.ComplexType"

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

DateTimeOffset: "Edm.DateTimeOffset"

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

Double: "Edm.Double"

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

GeographyPoint: "Edm.GeographyPoint"

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

Half: "Edm.Half"

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

Int16: "Edm.Int16"

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

Int32: "Edm.Int32"

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

Int64: "Edm.Int64"

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

SByte: "Edm.SByte"

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

Single: "Edm.Single"

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

String: "Edm.String"

Indicates that a field contains a string.