Skip to main content

◆ hasSchema() [1/2]

HasSchemaResponse kinetica.Kinetica.hasSchema (HasSchemaRequestrequest_)
inline

Checks for the existence of a schema 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 43907 of file KineticaFunctions.cs.

◆ hasSchema() [2/2]

HasSchemaResponse kinetica.Kinetica.hasSchema (stringschema_name,
IDictionary< string, string >options = null )
inline

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

Parameters
schema_nameName of the schema to check for existence, in root, 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 43942 of file KineticaFunctions.cs.

◆ HasSchemaAsync() [1/2]

async System.Threading.Tasks.Task< HasSchemaResponse > kinetica.Kinetica.HasSchemaAsync (HasSchemaRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Checks for the existence of a schema 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 43923 of file KineticaFunctions.cs.

◆ HasSchemaAsync() [2/2]

async System.Threading.Tasks.Task< HasSchemaResponse > kinetica.Kinetica.HasSchemaAsync (stringschema_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

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

(async)

Parameters
schema_nameName of the schema to check for existence, in root, 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 43961 of file KineticaFunctions.cs.