Share via


AssessedSqlInstanceDiskDetails interface

Assessed Sql Instance Disk Details.

Properties

diskId

Gets the disk id.

diskSizeInMB

Gets the disk size in mb.

megabytesPerSecondOfRead

Gets the megabytes per second of read.

megabytesPerSecondOfWrite

Gets the megabytes per second of write.

numberOfReadOperationsPerSecond

Gets the number of read operations per second.

numberOfWriteOperationsPerSecond

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