Unblu Agent Embedded JS API
    Preparing search index...

    Interface InRangeTimestampOperator

    "In range" timestamp operator. Matches timestamps within min/max range (inclusive)

    interface InRangeTimestampOperator {
        maximum: number;
        minimum: number;
        type: IN_RANGE;
    }
    Index

    Properties

    Properties

    maximum: number
    minimum: number
    type: IN_RANGE