◆ alterDatasource() [1/2]
| inline |
Alters the properties of an existing data source.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 9475 of file KineticaFunctions.cs.
◆ alterDatasource() [2/2]
| inline |
Alters the properties of an existing data source.
Parameters
| name | Name of the data source to be altered. Must be an existing data source. |
| datasource_updates_map | Map containing the properties of the data source to be updated. Error if empty.
|
| options | Optional parameters. |
Returns
Response object containing the result of the operation.
Definition at line 9939 of file KineticaFunctions.cs.
◆ AlterDatasourceAsync() [1/2]
| inline |
Alters the properties of an existing data source.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 9492 of file KineticaFunctions.cs.
◆ AlterDatasourceAsync() [2/2]
| inline |
Alters the properties of an existing data source.
(async)
Parameters
| name | Name of the data source to be altered. Must be an existing data source. |
| datasource_updates_map | Map containing the properties of the data source to be updated. Error if empty.
|
| options | Optional parameters. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 10388 of file KineticaFunctions.cs.