Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotEqualsTimestampOperator

    "Not equals" timestamp operator. Matches timestamps not equal to value

    interface NotEqualsTimestampOperator {
        type: NOT_EQUALS;
        value: number;
    }
    Index

    Properties

    Properties

    value: number