[]
        
Represents the data type of a segment.
public enum SegmentDataTypePublic 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. |