Show / Hide Table of Contents

Class SqlOutOfDiskReport

This message wraps up the information written by out-of-disk detection job.

Inheritance
System.Object
SqlOutOfDiskReport
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

SqlMinRecommendedIncreaseSizeGb

The minimum recommended increase size in GigaBytes This field is consumed by the frontend Writers: -- the proactive database wellness job for OOD.

Declaration
[JsonProperty("sqlMinRecommendedIncreaseSizeGb")]
public virtual int? SqlMinRecommendedIncreaseSizeGb { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top