File tree Expand file tree Collapse file tree 2 files changed +110
-97
lines changed
Expand file tree Collapse file tree 2 files changed +110
-97
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ type ManagedNamespace struct {
3636 NumInitialChunks int `json:"numInitialChunks,omitempty"`
3737 // Flag that indicates whether someone hashed the custom shard key for the specified collection.
3838 // If you set this value to false, MongoDB Atlas uses ranged sharding.
39- IsCustomShardKeyHashed * bool `json:"isCustomShardKeyHashed,omitempty"` // Flag that specifies whether the custom shard key for the collection is hashed.
39+ IsCustomShardKeyHashed * bool `json:"isCustomShardKeyHashed,omitempty"`
4040 // Flag that indicates whether someone hashed the custom shard key. If this parameter returns false, this cluster uses ranged sharding.
41- IsShardKeyUnique * bool `json:"isShardKeyUnique,omitempty"` // Flag that specifies whether the underlying index enforces a unique constraint.
41+ IsShardKeyUnique * bool `json:"isShardKeyUnique,omitempty"`
4242 // Status of the Managed Namespace.
4343 Status string `json:"status,omitempty"`
4444 // Flag that indicates whether MongoDB Cloud should create and distribute initial chunks for an empty or non-existing collection.
You can’t perform that action at this time.
0 commit comments