AssessedSqlInstanceStorageDetails interface
Assessed Sql Instance Storage Details.
Properties
| disk |
Gets the disk size in mb. |
| megabytes |
Gets the megabytes per second of read. |
| megabytes |
Gets the megabytes per second of read. |
| number |
Gets the number of read operations per second. |
| number |
Gets the number of write operations per second. |
| storage |
Gets the storage type. |
Property Details
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 read.
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
storageType
Gets the storage type.
storageType?: string
Property Value
string