◆ showTableMetadata() [1/2]
| inline |
Retrieves the user provided metadata for the specified tables.
Parameters
| table_names | Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 62800 of file KineticaFunctions.cs.
◆ showTableMetadata() [2/2]
| inline |
Retrieves the user provided metadata for the specified tables.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 62764 of file KineticaFunctions.cs.
◆ ShowTableMetadataAsync() [1/2]
| inline |
Retrieves the user provided metadata for the specified tables.
(async)
Parameters
| table_names | Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. |
| 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 62820 of file KineticaFunctions.cs.
◆ ShowTableMetadataAsync() [2/2]
| inline |
Retrieves the user provided metadata for the specified tables.
(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 62780 of file KineticaFunctions.cs.