DiskUtilization class

Target scaling by disk usage.

Only applicable in the App Engine flexible environment.

Constructors

DiskUtilization({int? targetReadBytesPerSecond, int? targetReadOpsPerSecond, int? targetWriteBytesPerSecond, int? targetWriteOpsPerSecond})
DiskUtilization.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetReadBytesPerSecond int?
Target bytes read per second.
getter/setter pair
targetReadOpsPerSecond int?
Target ops read per seconds.
getter/setter pair
targetWriteBytesPerSecond int?
Target bytes written per second.
getter/setter pair
targetWriteOpsPerSecond int?
Target ops written per second.
getter/setter pair

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