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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript