◆ showTypes() [1/2]
| inline |
Retrieves information for the specified data type ID or type label.
For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type’s column properties.
| request_ | Request object containing the parameters for the operation. |
Definition at line 63072 of file KineticaFunctions.cs.
◆ showTypes() [2/2]
| inline |
Retrieves information for the specified data type ID or type label.
For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type’s column properties.
| type_id | Type Id returned in response to a call to createType. |
| label | Option string that was supplied by user in a call to createType. |
| options | Optional parameters.
|
Definition at line 63155 of file KineticaFunctions.cs.
◆ ShowTypesAsync() [1/2]
| inline |
Retrieves information for the specified data type ID or type label.
(async)
For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type’s column properties.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 63100 of file KineticaFunctions.cs.
◆ ShowTypesAsync() [2/2]
| inline |
Retrieves information for the specified data type ID or type label.
(async)
For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type’s column properties.
| type_id | Type Id returned in response to a call to createType. |
| label | Option string that was supplied by user in a call to createType. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 63202 of file KineticaFunctions.cs.