◆ showDatasource() [1/2]
| inline |
Shows information about a specified data source or all data sources.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 59724 of file KineticaFunctions.cs.
◆ showDatasource() [2/2]
| inline |
Shows information about a specified data source or all data sources.
Parameters
| name | Name of the data source for which to retrieve information. The name must refer to a currently existing data source. If ’*’ is specified, information about all data sources 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 59761 of file KineticaFunctions.cs.
◆ ShowDatasourceAsync() [1/2]
| inline |
Shows information about a specified data source or all data sources.
(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 59741 of file KineticaFunctions.cs.
◆ ShowDatasourceAsync() [2/2]
| inline |
Shows information about a specified data source or all data sources.
(async)
Parameters
| name | Name of the data source for which to retrieve information. The name must refer to a currently existing data source. If ’*’ is specified, information about all data sources 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 59781 of file KineticaFunctions.cs.