Variable SearchPropertyTypesConst

SearchPropertyTypes: {
    FLOAT: SearchPropertyType;
    INTEGER: SearchPropertyType;
    IP_ADDRESS: SearchPropertyType;
    LONG: SearchPropertyType;
    STRING: SearchPropertyType;
    TIMESTAMP: SearchPropertyType;
} = ...

Constant references to all search property types.