◆ alterSystemProperties() [1/2]
| inline |
The alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
Commands are given through the property_updates_map whose keys are commands and values are strings representing integer values (for example ‘8000’) or boolean values (‘true’ or ‘false’).
| request_ | Request object containing the parameters for the operation. |
Definition at line 11448 of file KineticaFunctions.cs.
◆ alterSystemProperties() [2/2]
| inline |
The alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
Commands are given through the property_updates_map whose keys are commands and values are strings representing integer values (for example ‘8000’) or boolean values (‘true’ or ‘false’).
| property_updates_map | Map containing the properties of the system to be updated. Error if empty.
|
| options | Optional parameters.
|
Definition at line 11981 of file KineticaFunctions.cs.
◆ AlterSystemPropertiesAsync() [1/2]
| inline |
The alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
(async)
Commands are given through the property_updates_map whose keys are commands and values are strings representing integer values (for example ‘8000’) or boolean values (‘true’ or ‘false’).
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 11471 of file KineticaFunctions.cs.
◆ AlterSystemPropertiesAsync() [2/2]
| inline |
The alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
(async)
Commands are given through the property_updates_map whose keys are commands and values are strings representing integer values (for example ‘8000’) or boolean values (‘true’ or ‘false’).
| property_updates_map | Map containing the properties of the system to be updated. Error if empty.
|
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 12492 of file KineticaFunctions.cs.