◆ hasType() [1/2]
| 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]
| inline |
Check for the existence of a type.
Parameters
| type_id | Id of the type returned in response to createType request. |
| options | Optional 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]
| inline |
Check for the existence of a type.
(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 44057 of file KineticaFunctions.cs.
◆ HasTypeAsync() [2/2]
| inline |
Check for the existence of a type.
(async)
Parameters
| type_id | Id of the type returned in response to createType request. |
| 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 44089 of file KineticaFunctions.cs.