Unblu Agent Embedded JS API
    Preparing search index...

    Interface LowerThanOrNullTimestampOperator

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

    interface LowerThanOrNullTimestampOperator {
        type: LOWER_THAN_OR_NULL;
        value: number;
    }
    Index

    Properties

    Properties

    value: number