 | SphinxAttributeType Enumeration |
Indicates the type of a Sphinx attribute.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax[SerializableAttribute]
public enum SphinxAttributeType
<SerializableAttribute>
Public Enumeration SphinxAttributeType
Members
| Member name | Value | Description |
---|
| Integer | 1 |
Indicates that the attribute is of type integer.
|
| Timestamp | 2 |
Indicates that the attribute is of type time stamp.
|
| Ordinal | 3 |
Indicates that the attribute is of type ordinal.
|
| Bool | 4 |
Indicates that the attribute is of type bool.
|
| Float | 5 |
Indicates that the attribute is of type float.
|
| BigInt | 6 |
Indicates that the attribute is of type big int.
|
| String | 7 |
Indicates that the attribute is of type string.
|
See Also