BatchingSettingsProto constructor

BatchingSettingsProto({
  1. int elementCountThreshold = 0,
  2. int requestByteThreshold = 0,
  3. Duration? delayThreshold,
  4. int elementCountLimit = 0,
  5. int requestByteLimit = 0,
  6. int flowControlElementLimit = 0,
  7. int flowControlByteLimit = 0,
  8. 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);