MongoDbShardKeySettingResponse

data class MongoDbShardKeySettingResponse(val fields: List<MongoDbShardKeyFieldResponse>, val isUnique: Boolean? = null)

Describes a MongoDB shard key

Constructors

Link copied to clipboard
constructor(fields: List<MongoDbShardKeyFieldResponse>, isUnique: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fields within the shard key

Link copied to clipboard
val isUnique: Boolean? = null

Whether the shard key is unique