MongoDbShardKeyInfo interface
Describes a MongoDB shard key
Properties
fields | The fields within the shard key |
is |
Whether the shard key is unique |
Property Details
fields
The fields within the shard key
fields: MongoDbShardKeyField[]
Property Value
isUnique
Whether the shard key is unique
isUnique: boolean
Property Value
boolean