SqlOutOfDiskReportResponse

data class SqlOutOfDiskReportResponse(val sqlMinRecommendedIncreaseSizeGb: Int, val sqlOutOfDiskState: String)

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

Constructors

Link copied to clipboard
fun SqlOutOfDiskReportResponse(sqlMinRecommendedIncreaseSizeGb: Int, sqlOutOfDiskState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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