Click or drag to resize

SphinxAttributeType Enumeration

Indicates the type of a Sphinx attribute.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
[SerializableAttribute]
public enum SphinxAttributeType
Members
  Member nameValueDescription
Integer1 Indicates that the attribute is of type integer.
Timestamp2 Indicates that the attribute is of type time stamp.
Ordinal3 Indicates that the attribute is of type ordinal.
Bool4 Indicates that the attribute is of type bool.
Float5 Indicates that the attribute is of type float.
BigInt6 Indicates that the attribute is of type big int.
String7 Indicates that the attribute is of type string.
See Also