AssessedSqlInstanceDiskDetails interface
Assessed Sql Instance Disk Details.
Properties
| disk |
Gets the disk id. |
| disk |
Gets the disk size in mb. |
| megabytes |
Gets the megabytes per second of read. |
| megabytes |
Gets the megabytes per second of write. |
| number |
Gets the number of read operations per second. |
| number |
Gets the number of write operations per second. |
Property Details
diskId
Gets the disk id.
diskId?: string
Property Value
string
diskSizeInMB
Gets the disk size in mb.
diskSizeInMB?: number
Property Value
number
megabytesPerSecondOfRead
Gets the megabytes per second of read.
megabytesPerSecondOfRead?: number
Property Value
number
megabytesPerSecondOfWrite
Gets the megabytes per second of write.
megabytesPerSecondOfWrite?: number
Property Value
number
numberOfReadOperationsPerSecond
Gets the number of read operations per second.
numberOfReadOperationsPerSecond?: number
Property Value
number
numberOfWriteOperationsPerSecond
Gets the number of write operations per second.
numberOfWriteOperationsPerSecond?: number
Property Value
number