Type Alias AnalysisPropertyDataType

AnalysisPropertyDataType:
    | string
    | number
    | boolean
    | Date
    | TimeSpan
    | Time

Represents the data types possible to store in a document, table or column AnalysisProperty.