SqlOutOfDiskReport class
This message wraps up the information written by out-of-disk detection job.
Constructors
- SqlOutOfDiskReport({int? sqlMinRecommendedIncreaseSizeGb, String? sqlOutOfDiskState})
- SqlOutOfDiskReport.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
- sqlMinRecommendedIncreaseSizeGb ↔ int?
-
The minimum recommended increase size in GigaBytes This field is consumed
by the frontend * Writers: * the proactive database wellness job for OOD.
getter/setter pair
- sqlOutOfDiskState ↔ String?
-
This field represents the state generated by the proactive database
wellness job for OutOfDisk issues.
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