Snapshots
Addedv3.0.xModifiedv3.0.x
Snapshot operations.
createSnapshot() [READ MORE]
This operation creates a snapshot for a collection.
describeSnapshot() [READ MORE]
This operation gets detailed metadata for a snapshot.
dropSnapshot() [READ MORE]
This operation permanently drops a snapshot from a collection.
getRestoreSnapshotState() [READ MORE]
This operation gets the state and progress of a restore snapshot job.
listRestoreSnapshotJobs() [READ MORE]
This operation lists restore snapshot jobs, optionally scoped to a database and collection.
listSnapshots() [READ MORE]
This operation lists snapshots, optionally scoped to a database and collection.
pinSnapshotData() [READ MORE]
This operation pins snapshot data for a limited time so it is not garbage-collected while being copied or inspected.
restoreSnapshot() [READ MORE]
This operation starts an asynchronous job to restore a snapshot into a target collection.
unpinSnapshotData() [READ MORE]
This operation releases a snapshot data pin created by `pinSnapshotData()`.