Thanks to visit codestin.com
Credit goes to docs.couchbase.com

couchbase
    Preparing search index...

    Interface ViewQueryIdRange

    Specifies the id range for a view query.

    interface ViewQueryIdRange {
        end?: string;
        start?: string;
    }
    Index

    Properties

    Properties

    end?: string

    Specifies the last id (inclusively) that should be included in the results.

    start?: string

    Specifies the first id that should be included in the results.