PerformanceLimits constructor
PerformanceLimits({})
Implementation
PerformanceLimits({
this.maxIops,
this.maxReadIops,
this.maxReadThroughputBps,
this.maxWriteIops,
this.maxWriteThroughputBps,
});
PerformanceLimits({
this.maxIops,
this.maxReadIops,
this.maxReadThroughputBps,
this.maxWriteIops,
this.maxWriteThroughputBps,
});