ListSnapshotsRequest: {
    instanceId?: string;
    name?: string;
    orderBy?: DocumentDB.v1beta1.ListSnapshotsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • OptionalinstanceId?: string

    UUID of the Database Instance.

  • Optionalname?: string

    Name of the snapshot.

  • OptionalorderBy?: DocumentDB.v1beta1.ListSnapshotsRequestOrderBy

    Criteria to use when ordering snapshot listing.

  • OptionalorganizationId?: string

    Organization ID the snapshots belongs to.

  • Optionalpage?: number
  • OptionalpageSize?: number
  • OptionalprojectId?: string

    Project ID the snapshots belongs to.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.