We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad270e7 + 5dc3478 commit ea78cf7Copy full SHA for ea78cf7
couchdb_cluster_admin/doc_models.py
@@ -43,6 +43,7 @@ class ShardAllocationDoc(ConfigInjectionMixin, JsonObject):
43
changelog = ListProperty(ListProperty(str))
44
shard_suffix = ListProperty(int)
45
by_range = DictProperty(ListProperty(str))
46
+ props = DictProperty(dict)
47
48
@property
49
def usable_shard_suffix(self):
0 commit comments