◆ showSchema() [1/2]
| inline |
Retrieves information about a schema (or all schemas), as specified in schema_name.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 61284 of file KineticaFunctions.cs.
◆ showSchema() [2/2]
| inline |
Retrieves information about a schema (or all schemas), as specified in schema_name .
Parameters
| schema_name | Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 61350 of file KineticaFunctions.cs.
◆ ShowSchemaAsync() [1/2]
| inline |
Retrieves information about a schema (or all schemas), as specified in schema_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 61303 of file KineticaFunctions.cs.
◆ ShowSchemaAsync() [2/2]
| inline |
Retrieves information about a schema (or all schemas), as specified in schema_name .
(async)
Parameters
| schema_name | Name of the schema for which to retrieve the information. If blank, then info for all schemas is returned. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 61398 of file KineticaFunctions.cs.