Unblu Agent Embedded JS API
    Preparing search index...

    Interface GreaterThanOrNullTimestampOperator

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

    interface GreaterThanOrNullTimestampOperator {
        type: GREATER_THAN_OR_NULL;
        value: number;
    }
    Index

    Properties

    Properties

    value: number