PerformanceLimits class
The enforced performance limits, calculated from the instance's performance configuration.
Constructors
- PerformanceLimits({String? maxIops, String? maxReadIops, String? maxReadThroughputBps, String? maxWriteIops, String? maxWriteThroughputBps})
 - PerformanceLimits.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - maxIops ↔ String?
 - 
  The max IOPS.
  getter/setter pair
 - maxReadIops ↔ String?
 - 
  The max read IOPS.
  getter/setter pair
 - maxReadThroughputBps ↔ String?
 - 
  The max read throughput in bytes per second.
  getter/setter pair
 - maxWriteIops ↔ String?
 - 
  The max write IOPS.
  getter/setter pair
 - maxWriteThroughputBps ↔ String?
 - 
  The max write throughput in bytes per second.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited