BackupsListBackupsOptions
import type { BackupsListBackupsOptions } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
Additional options for SQLAdmin#BackupsListBackups.
interface BackupsListBackupsOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
filter?: string
[src]Multiple filter queries are separated by spaces. For example, 'instance:abc AND type:FINAL, 'location:us', 'backupInterval.startTime>=1950-01-01T01:01:25.771Z'. You can filter by type, instance, backupInterval.startTime (creation time), or location.
§
pageSize?: number
[src]The maximum number of backups to return per response. The service might return fewer backups than this value. If a value for this parameter isn't specified, then, at most, 500 backups are returned. The maximum value is 2,000. Any values that you set, which are greater than 2,000, are changed to 2,000.