ConnectionPoolConfig constructor

ConnectionPoolConfig({
  1. int? authproxyPoolerCount,
  2. String? authproxyPoolerScalingType,
  3. bool? enabled,
  4. Map<String, String>? flags,
  5. int? poolerCount,
  6. String? poolerScalingType,
})

Implementation

ConnectionPoolConfig({
  this.authproxyPoolerCount,
  this.authproxyPoolerScalingType,
  this.enabled,
  this.flags,
  this.poolerCount,
  this.poolerScalingType,
});