Skip to content

Commit 81a9885

Browse files
committed
gen api-docs
1 parent 53ebb41 commit 81a9885

File tree

2 files changed

+110
-97
lines changed

2 files changed

+110
-97
lines changed

api/v1/status/global_deployment.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)