deleteShardKey

abstract suspend fun deleteShardKey(name: String, shardKey: ShardKey, timeout: Int? = null)

Drop a custom sharding key and the points in its shards. There is no undo.

Parameters

timeout

optional server-side commit timeout, in seconds.