Skip to main content

◆ hasType() [1/2]

HasTypeResponse kinetica.Kinetica.hasType (HasTypeRequestrequest_)
inline

Check for the existence of a type.

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

Definition at line 44042 of file KineticaFunctions.cs.

◆ hasType() [2/2]

HasTypeResponse kinetica.Kinetica.hasType (stringtype_id,
IDictionary< string, string >options = null )
inline

Check for the existence of a type.

Parameters
type_idId of the type returned in response to createType request.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 44073 of file KineticaFunctions.cs.

◆ HasTypeAsync() [1/2]

async System.Threading.Tasks.Task< HasTypeResponse > kinetica.Kinetica.HasTypeAsync (HasTypeRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Check for the existence of a type.

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

◆ HasTypeAsync() [2/2]

async System.Threading.Tasks.Task< HasTypeResponse > kinetica.Kinetica.HasTypeAsync (stringtype_id,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Check for the existence of a type.

(async)

Parameters
type_idId of the type returned in response to createType request.
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 44089 of file KineticaFunctions.cs.