BatchingSettingsProto constructor

BatchingSettingsProto({
  1. String? delayThreshold,
  2. int? elementCountLimit,
  3. int? elementCountThreshold,
  4. int? flowControlByteLimit,
  5. int? flowControlElementLimit,
  6. String? flowControlLimitExceededBehavior,
  7. int? requestByteLimit,
  8. String? requestByteThreshold,
})

Implementation

BatchingSettingsProto({
  this.delayThreshold,
  this.elementCountLimit,
  this.elementCountThreshold,
  this.flowControlByteLimit,
  this.flowControlElementLimit,
  this.flowControlLimitExceededBehavior,
  this.requestByteLimit,
  this.requestByteThreshold,
});