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
* If `true`, the trigger will use the maximize throughput option (https://www.mongodb.com/docs/atlas/app-services/triggers/database-triggers/#std-label-triggers-maximum-throughput).
235
+
*
236
+
* @schema DatabaseConfig#MaximumThroughput
237
+
*/
238
+
readonlymaximumThroughput?: boolean;
239
+
233
240
/**
234
241
* If `true`, event ordering is disabled and this Trigger
235
242
* can process events in parallel. If `false`, event
@@ -262,6 +269,7 @@ export function toJson_DatabaseConfig(
0 commit comments