Skip to main content

◆ showCredential() [1/2]

ShowCredentialResponse kinetica.Kinetica.showCredential (ShowCredentialRequestrequest_)
inline

Shows information about a specified credential or all credentials.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 59579 of file KineticaFunctions.cs.

◆ showCredential() [2/2]

ShowCredentialResponse kinetica.Kinetica.showCredential (stringcredential_name,
IDictionary< string, string >options = null )
inline

Shows information about a specified credential or all credentials.

Parameters
credential_nameName of the credential on which to retrieve information. The name must refer to a currently existing credential. If ’*’ is specified, information about all credentials will be returned.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 59616 of file KineticaFunctions.cs.

◆ ShowCredentialAsync() [1/2]

async System.Threading.Tasks.Task< ShowCredentialResponse > kinetica.Kinetica.ShowCredentialAsync (ShowCredentialRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Shows information about a specified credential or all credentials.

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

◆ ShowCredentialAsync() [2/2]

async System.Threading.Tasks.Task< ShowCredentialResponse > kinetica.Kinetica.ShowCredentialAsync (stringcredential_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Shows information about a specified credential or all credentials.

(async)

Parameters
credential_nameName of the credential on which to retrieve information. The name must refer to a currently existing credential. If ’*’ is specified, information about all credentials 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 59636 of file KineticaFunctions.cs.