Skip to main content

◆ showTableMetadata() [1/2]

ShowTableMetadataResponse kinetica.Kinetica.showTableMetadata (IList< string >table_names,
IDictionary< string, string >options = null )
inline

Retrieves the user provided metadata for the specified tables.

Parameters
table_namesNames 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.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 62928 of file KineticaFunctions.cs.

◆ showTableMetadata() [2/2]

ShowTableMetadataResponse kinetica.Kinetica.showTableMetadata (ShowTableMetadataRequestrequest_)
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 62892 of file KineticaFunctions.cs.

◆ ShowTableMetadataAsync() [1/2]

async System.Threading.Tasks.Task< ShowTableMetadataResponse > kinetica.Kinetica.ShowTableMetadataAsync (IList< string >table_names,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Retrieves the user provided metadata for the specified tables.

(async)

Parameters
table_namesNames 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.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 62948 of file KineticaFunctions.cs.

◆ ShowTableMetadataAsync() [2/2]

async System.Threading.Tasks.Task< ShowTableMetadataResponse > kinetica.Kinetica.ShowTableMetadataAsync (ShowTableMetadataRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Retrieves the user provided metadata for the specified tables.

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 62908 of file KineticaFunctions.cs.