BatchingSettingsProto constructor
BatchingSettingsProto({
- int elementCountThreshold = 0,
- int requestByteThreshold = 0,
- Duration? delayThreshold,
- int elementCountLimit = 0,
- int requestByteLimit = 0,
- int flowControlElementLimit = 0,
- int flowControlByteLimit = 0,
- FlowControlLimitExceededBehaviorProto flowControlLimitExceededBehavior = FlowControlLimitExceededBehaviorProto.$default,
Implementation
BatchingSettingsProto({
this.elementCountThreshold = 0,
this.requestByteThreshold = 0,
this.delayThreshold,
this.elementCountLimit = 0,
this.requestByteLimit = 0,
this.flowControlElementLimit = 0,
this.flowControlByteLimit = 0,
this.flowControlLimitExceededBehavior =
FlowControlLimitExceededBehaviorProto.$default,
}) : super(fullyQualifiedName);