Contains information used to control the I/O rate for a job.
This structure is used by the SetIoRateControlInformationJobObject and QueryIoRateControlInformationJobObject functions.
To learn more, see learn.microsoft.com/windows/win32/api/jobapi2/ns-jobapi2-jobobject_io_rate_control_information.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - BaseIoSize ↔ int
-
The base size of the normalized I/O unit, in bytes.
getter/setter pair
- ControlFlags ↔ JOB_OBJECT_IO_RATE_CONTROL_FLAGS
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- MaxBandwidth ↔ int
-
The maximum limit for the I/O rate in bytes per second.
getter/setter pair
- MaxIops ↔ int
-
The maximum limit for the I/O rate in I/O operations per second (IOPS).
getter/setter pair
- ReservationIops ↔ int
-
Sets a minimum I/O rate which the operating system reserves for the job.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- VolumeName ↔ PWSTR
-
The NT device name for the volume to which you want to apply the policy
for the I/O rate.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toNative(
{Allocator allocator = adaptiveCalloc}) → Pointer< JOBOBJECT_IO_RATE_CONTROL_INFORMATION> - Allocates native memory and copies the contents of this struct into it.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited