Skip to main content

◆ showWal() [1/2]

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

Requests table write-ahead log (WAL) properties.Returns information about the requested table WAL entries.

Parameters
table_namesList of tables to query. An asterisk returns all tables.
optionsOptional parameters.The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 63335 of file KineticaFunctions.cs.

◆ showWal() [2/2]

ShowWalResponse kinetica.Kinetica.showWal (ShowWalRequestrequest_)
inline

Requests table write-ahead log (WAL) properties.Returns information about the requested table WAL entries.

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

Definition at line 63279 of file KineticaFunctions.cs.

◆ ShowWalAsync() [1/2]

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

Requests table write-ahead log (WAL) properties.Returns information about the requested table WAL entries.

(async)

Parameters
table_namesList of tables to query. An asterisk returns all tables.
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 63375 of file KineticaFunctions.cs.

◆ ShowWalAsync() [2/2]

async System.Threading.Tasks.Task< ShowWalResponse > kinetica.Kinetica.ShowWalAsync (ShowWalRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Requests table write-ahead log (WAL) properties.Returns information about the requested table WAL entries.

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