uploadSnapshot

abstract suspend fun uploadSnapshot(name: String, data: Flow<ByteArray>, priority: SnapshotPriority?, checksum: String?, wait: Boolean)

Upload a snapshot file and recover from it (POST /collections/{name}/snapshots/upload).