◆ alterTier() [1/2]
| inline |
Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both HIGH_WATERMARK and LOW_WATERMARK to 100.
| request_ | Request object containing the parameters for the operation. |
Definition at line 14499 of file KineticaFunctions.cs.
◆ alterTier() [2/2]
| inline |
Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both HIGH_WATERMARK and LOW_WATERMARK to 100.
| name | Name of the tier to be altered. Must be an existing tier group name: vram, ram, disk[n], persist, cold[n]. |
| options | Optional parameters.
|
Definition at line 14614 of file KineticaFunctions.cs.
◆ AlterTierAsync() [1/2]
| inline |
Alters properties of an existing tier to facilitate resource management.
(async)
To disable watermark-based eviction, set both HIGH_WATERMARK and LOW_WATERMARK to 100.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 14523 of file KineticaFunctions.cs.
◆ AlterTierAsync() [2/2]
| inline |
Alters properties of an existing tier to facilitate resource management.
(async)
To disable watermark-based eviction, set both HIGH_WATERMARK and LOW_WATERMARK to 100.
| name | Name of the tier to be altered. Must be an existing tier group name: vram, ram, disk[n], persist, cold[n]. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 14705 of file KineticaFunctions.cs.