Interface PreviewListProjectBackupsOptionsAlpha

Options for listing all backups in a project.

interface PreviewListProjectBackupsOptions {
    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.