Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents the options for a search invoke request.

    interface SearchInvokeOptions {
        skip: number;
        top: number;
    }
    Index

    Properties

    Properties

    skip: number

    The number of items to skip.

    top: number

    The number of items to retrieve.