Show / Hide Table of Contents

Class SqlOutOfDiskReport

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

Inheritance
object
SqlOutOfDiskReport
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX