Skip to main content

◆ hasTable() [1/2]

HasTableResponse kinetica.Kinetica.hasTable (HasTableRequestrequest_)
inline

Checks for the existence of a table with the given name.

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

Definition at line 43975 of file KineticaFunctions.cs.

◆ hasTable() [2/2]

HasTableResponse kinetica.Kinetica.hasTable (stringtable_name,
IDictionary< string, string >options = null )
inline

Checks for the existence of a table with the given name.

Parameters
table_nameName of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 44010 of file KineticaFunctions.cs.

◆ HasTableAsync() [1/2]

async System.Threading.Tasks.Task< HasTableResponse > kinetica.Kinetica.HasTableAsync (HasTableRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Checks for the existence of a table with the given name.

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

◆ HasTableAsync() [2/2]

async System.Threading.Tasks.Task< HasTableResponse > kinetica.Kinetica.HasTableAsync (stringtable_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Checks for the existence of a table with the given name.

(async)

Parameters
table_nameName of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.
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 44029 of file KineticaFunctions.cs.