@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Type Alias GetDocumentsByQueryOptions

    Options for /query operation.

    type GetDocumentsByQueryOptions = {
        count?: number;
        richTextAs?: string;
        start?: number;
    }
    Index

    Properties

    count?: number

    How many entries shall be returned, default = Integer.MaxInteger

    richTextAs?: string

    The string the RichText fields will be returned.

    start?: number

    At which entry should return values start (zero based), default = 0