Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotInRangeTimestampOperator

    "Not in range" timestamp operator. Matches timestamps outside min/max range

    interface NotInRangeTimestampOperator {
        maximum: number;
        minimum: number;
        type: NOT_IN_RANGE;
    }
    Index

    Properties

    Properties

    maximum: number
    minimum: number