Unblu Agent Embedded JS API
    Preparing search index...

    Interface GreaterThanTimestampOperator

    "Greater than" timestamp operator. Matches timestamps greater than value

    interface GreaterThanTimestampOperator {
        type: GREATER_THAN;
        value: number;
    }
    Index

    Properties

    Properties

    value: number