Unblu Agent Embedded JS API
    Preparing search index...

    Interface LowerThanTimestampOperator

    "Lower than" timestamp operator. Matches timestamps lower than value

    interface LowerThanTimestampOperator {
        type: LOWER_THAN;
        value: number;
    }
    Index

    Properties

    Properties

    value: number