Indicates the type of a Sphinx attribute.
Namespace: Gronewold.SphinxConnectorAssembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)
Syntax
| C# |
|---|
[SerializableAttribute] public enum SphinxAttributeType |
| Visual Basic |
|---|
<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. |