Class SqlOutOfDiskReport
This message wraps up the information written by out-of-disk detection job.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class SqlOutOfDiskReport : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SqlMinRecommendedIncreaseSizeGb
The minimum recommended increase size in GigaBytes This field is consumed by the frontend * Writers: * the proactive database wellness job for OOD. * Readers:
Declaration
[JsonProperty("sqlMinRecommendedIncreaseSizeGb")]
public virtual int? SqlMinRecommendedIncreaseSizeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
SqlOutOfDiskState
This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
Declaration
[JsonProperty("sqlOutOfDiskState")]
public virtual string SqlOutOfDiskState { get; set; }
Property Value
Type | Description |
---|---|
string |