interface ListSnapshotsResponse {
    snapshots: DocumentDB.v1beta1.Snapshot[];
    totalCount: number;
}

Properties

List of snapshots.

totalCount: number

Total count of snapshots available.