Skip to content

TypeThresholdType🔗

Definition🔗

type TypeThresholdType string
const (
    TypeThresholdTypeNone TypeThresholdType = ""
    TypeThresholdTypeTimeseriesWide TypeThresholdType = "timeseries-wide"
    TypeThresholdTypeTimeseriesLong TypeThresholdType = "timeseries-long"
    TypeThresholdTypeTimeseriesMany TypeThresholdType = "timeseries-many"
    TypeThresholdTypeTimeseriesMulti TypeThresholdType = "timeseries-multi"
    TypeThresholdTypeDirectoryListing TypeThresholdType = "directory-listing"
    TypeThresholdTypeTable TypeThresholdType = "table"
    TypeThresholdTypeNumericWide TypeThresholdType = "numeric-wide"
    TypeThresholdTypeNumericMulti TypeThresholdType = "numeric-multi"
    TypeThresholdTypeNumericLong TypeThresholdType = "numeric-long"
    TypeThresholdTypeLogLines TypeThresholdType = "log-lines"
)