Esposter
    Preparing search index...

    Interface PageSettings

    An interface that tracks the settings for paged iteration

    interface PageSettings {
        continuationToken?: string;
        maxPageSize?: number;
    }
    Index

    Properties

    continuationToken?: string

    The token that keeps track of where to continue the iterator

    maxPageSize?: number

    The size of the page during paged iteration