Interface PreviewListIndexBackupsOptionsAlpha

Options for listing backups of an index.

interface PreviewListIndexBackupsOptions {
    limit?: number;
    paginationToken?: string;
}

Properties

limit?: number

Maximum number of results to return per page (1–100, default: 10).

paginationToken?: string

Pagination token from a prior response to retrieve the next page.