Skip to main content

◆ showTypes() [1/2]

ShowTypesResponse kinetica.Kinetica.showTypes (ShowTypesRequestrequest_)
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.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 63072 of file KineticaFunctions.cs.

◆ showTypes() [2/2]

ShowTypesResponse kinetica.Kinetica.showTypes (stringtype_id,
stringlabel,
IDictionary< string, string >options = null )
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.

Parameters
type_idType Id returned in response to a call to createType.
labelOption string that was supplied by user in a call to createType.
optionsOptional parameters.The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 63155 of file KineticaFunctions.cs.

◆ ShowTypesAsync() [1/2]

async System.Threading.Tasks.Task< ShowTypesResponse > kinetica.Kinetica.ShowTypesAsync (ShowTypesRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
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.

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 63100 of file KineticaFunctions.cs.

◆ ShowTypesAsync() [2/2]

async System.Threading.Tasks.Task< ShowTypesResponse > kinetica.Kinetica.ShowTypesAsync (stringtype_id,
stringlabel,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
type_idType Id returned in response to a call to createType.
labelOption string that was supplied by user in a call to createType.
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 63202 of file KineticaFunctions.cs.