◆ hasSchema() [1/2]
| 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]
| inline |
Checks for the existence of a schema with the given name.
Parameters
| schema_name | Name of the schema to check for existence, in root, using standard name resolution rules. |
| options | Optional 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]
| inline |
Checks for the existence of a schema with the given name.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation 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]
| inline |
Checks for the existence of a schema with the given name.
(async)
Parameters
| schema_name | Name of the schema to check for existence, in root, using standard name resolution rules. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation 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.