recoverShardSnapshot
abstract suspend fun recoverShardSnapshot(name: String, shardId: Int, location: String, priority: SnapshotPriority? = null, checksum: String? = null, wait: Boolean = true)
Recover one shard from a snapshot at location, leaving the collection's other shards alone.
Parameters
priority
which data wins if the shard has replicas (see SnapshotPriority).
checksum
optional SHA-256 checksum verified before recovery.