Skip to main content

◆ showDatasource() [1/2]

ShowDatasourceResponse kinetica.Kinetica.showDatasource (ShowDatasourceRequestrequest_)
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]

ShowDatasourceResponse kinetica.Kinetica.showDatasource (stringname,
IDictionary< string, string >options = null )
inline

Shows information about a specified data source or all data sources.

Parameters
nameName 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.
optionsOptional 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]

async System.Threading.Tasks.Task< ShowDatasourceResponse > kinetica.Kinetica.ShowDatasourceAsync (ShowDatasourceRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Shows information about a specified data source or all data sources.

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation 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]

async System.Threading.Tasks.Task< ShowDatasourceResponse > kinetica.Kinetica.ShowDatasourceAsync (stringname,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Shows information about a specified data source or all data sources.

(async)

Parameters
nameName 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.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation 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.