◆ showDatasink() [1/2]
| inline |
Shows information about a specified data sink or all data sinks.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 59652 of file KineticaFunctions.cs.
◆ showDatasink() [2/2]
| inline |
Shows information about a specified data sink or all data sinks.
Parameters
| name | Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If ’*’ is specified, information about all data sinks will be returned. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 59689 of file KineticaFunctions.cs.
◆ ShowDatasinkAsync() [1/2]
| inline |
Shows information about a specified data sink or all data sinks.
(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 59669 of file KineticaFunctions.cs.
◆ ShowDatasinkAsync() [2/2]
| inline |
Shows information about a specified data sink or all data sinks.
(async)
Parameters
| name | Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If ’*’ is specified, information about all data sinks will be returned. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 59709 of file KineticaFunctions.cs.