ExprTypeThresholdResultAssertionsType
Definition
type ExprTypeThresholdResultAssertionsType string
const (
ExprTypeThresholdResultAssertionsTypeNone ExprTypeThresholdResultAssertionsType = ""
ExprTypeThresholdResultAssertionsTypeTimeseriesWide ExprTypeThresholdResultAssertionsType = "timeseries-wide"
ExprTypeThresholdResultAssertionsTypeTimeseriesLong ExprTypeThresholdResultAssertionsType = "timeseries-long"
ExprTypeThresholdResultAssertionsTypeTimeseriesMany ExprTypeThresholdResultAssertionsType = "timeseries-many"
ExprTypeThresholdResultAssertionsTypeTimeseriesMulti ExprTypeThresholdResultAssertionsType = "timeseries-multi"
ExprTypeThresholdResultAssertionsTypeDirectoryListing ExprTypeThresholdResultAssertionsType = "directory-listing"
ExprTypeThresholdResultAssertionsTypeTable ExprTypeThresholdResultAssertionsType = "table"
ExprTypeThresholdResultAssertionsTypeNumericWide ExprTypeThresholdResultAssertionsType = "numeric-wide"
ExprTypeThresholdResultAssertionsTypeNumericMulti ExprTypeThresholdResultAssertionsType = "numeric-multi"
ExprTypeThresholdResultAssertionsTypeNumericLong ExprTypeThresholdResultAssertionsType = "numeric-long"
ExprTypeThresholdResultAssertionsTypeLogLines ExprTypeThresholdResultAssertionsType = "log-lines"
)