You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Equinox.CosmosStore/CosmosStore.fs
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1223,17 +1223,17 @@ type CosmosStoreConnection
1223
1223
1224
1224
/// Defines a set of related access policies for a given CosmosDB, together with a Containers map defining mappings from (category,id) to (databaseId,containerId,streamName)
/// Maximum number of events permitted in Tip. When this is exceeded, events are moved out to a standalone Batch. Default: 0
1230
+
/// NOTE <c>Equinox.Cosmos</c> versions <= 3.0.0 cannot read events in Tip, hence using a non-zero value will not be interoperable.
1231
+
?tipMaxEvents,
1232
+
/// Maximum serialized size (length of JSON.stringify representation) permitted in Tip before they get moved out to a standalone Batch. Default: 30_000.
/// Maximum number of events permitted in Tip. When this is exceeded, events are moved out to a standalone Batch. Default: 0
1231
-
/// NOTE <c>Equinox.Cosmos</c> versions <= 3.0.0 cannot read events in Tip, hence using a non-zero value will not be interoperable.
1232
-
?tipMaxEvents,
1233
-
/// Maximum serialized size (length of JSON.stringify representation) permitted in Tip before they get moved out to a standalone Batch. Default: 30_000.
0 commit comments