Skip to main content

◆ showDatasink() [1/2]

ShowDatasinkResponse kinetica.Kinetica.showDatasink (ShowDatasinkRequestrequest_)
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]

ShowDatasinkResponse kinetica.Kinetica.showDatasink (stringname,
IDictionary< string, string >options = null )
inline

Shows information about a specified data sink or all data sinks.

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

async System.Threading.Tasks.Task< ShowDatasinkResponse > kinetica.Kinetica.ShowDatasinkAsync (ShowDatasinkRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Shows information about a specified data sink or all data sinks.

(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 59669 of file KineticaFunctions.cs.

◆ ShowDatasinkAsync() [2/2]

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

Shows information about a specified data sink or all data sinks.

(async)

Parameters
nameName 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.
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 59709 of file KineticaFunctions.cs.