File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
docs/Drivers/Java/Reference Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,17 @@ then returns collection information from the server.
35
35
automatically and one of the servers holding copies take over, usually
36
36
without an error being reported.
37
37
38
+ - ** minReplicationFactor** : ` Integer `
39
+
40
+ (optional, default is 1): in a cluster, this
41
+ attribute determines how many copies of each shard are required
42
+ to be in sync on the different DBServers. If we have less then these
43
+ many copies in the cluster a shard will refuse to write. The
44
+ minReplicationFactor can not be larger than replicationFactor.
45
+ Please note: during server failures this might lead to writes
46
+ not being possible until the failover is sorted out and might cause
47
+ write slow downs in trade of data durability.
48
+
38
49
- ** satellite** : ` Boolean `
39
50
40
51
If the true the collection is created as a satellite collection.
Original file line number Diff line number Diff line change @@ -43,6 +43,17 @@ name of the graph and a definition of its edges.
43
43
automatically and one of the servers holding copies take over, usually
44
44
without an error being reported.
45
45
46
+ - ** minReplicationFactor** : ` Integer `
47
+
48
+ (optional, default is 1): in a cluster, this
49
+ attribute determines how many copies of each shard are required
50
+ to be in sync on the different DBServers. If we have less then these
51
+ many copies in the cluster a shard will refuse to write. The
52
+ minReplicationFactor can not be larger than replicationFactor.
53
+ Please note: during server failures this might lead to writes
54
+ not being possible until the failover is sorted out and might cause
55
+ write slow downs in trade of data durability.
56
+
46
57
- ** numberOfShards** : ` Integer `
47
58
48
59
The number of shards that is used for every collection within this graph.
You can’t perform that action at this time.
0 commit comments