[]
Represents the data type of a segment.
public enum SegmentDataType
Public Enum SegmentDataType
| Name | Description |
|---|---|
| AutoIndex | The segment will return numeric values if all its values are numeric; otherwise, it will return the index of the element. |
| Number | The segment will return numeric values. |
| Text | The segment will return string values. |