◆ showTablesByType() [1/2]
| inline |
Gets names of the tables whose type matches the given criteria.
Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
| request_ | Request object containing the parameters for the operation. |
Definition at line 62915 of file KineticaFunctions.cs.
◆ showTablesByType() [2/2]
| inline |
Gets names of the tables whose type matches the given criteria.
Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
| type_id | Type id returned by a call to createType. |
| label | Optional user supplied label which can be used instead of the type_id to retrieve all tables with the given label. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 62961 of file KineticaFunctions.cs.
◆ ShowTablesByTypeAsync() [1/2]
| inline |
Gets names of the tables whose type matches the given criteria.
(async)
Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 62936 of file KineticaFunctions.cs.
◆ ShowTablesByTypeAsync() [2/2]
| inline |
Gets names of the tables whose type matches the given criteria.
(async)
Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
| type_id | Type id returned by a call to createType. |
| label | Optional user supplied label which can be used instead of the type_id to retrieve all tables with the given label. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 62987 of file KineticaFunctions.cs.