Unblu Agent Embedded JS API
    Preparing search index...

    Interface EqualsTimestampOperator

    "Equals" timestamp operator. Matches timestamp value

    interface EqualsTimestampOperator {
        type: EQUALS;
        value: number;
    }
    Index

    Properties

    Properties

    type: EQUALS
    value: number