Skip to main content

A set of string constants for the parameter ShowWalRequest.options. More…

Static Public Attributes

const string SHOW_SETTINGS = “show_settings”
 If TRUE include a map of the WAL settings for the requested tables.
 
const string TRUE = “true”
 A boolean constant for the ShowWalRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the ShowWalRequest.Options options.
 

Detailed Description

A set of string constants for the parameter ShowWalRequest.options.

Optional parameters.

Definition at line 20 of file ShowWal.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowWalRequest.Options.FALSE = “false”
static

A boolean constant for the ShowWalRequest.Options options.

Definition at line 46 of file ShowWal.cs.

◆ SHOW_SETTINGS

const string kinetica.ShowWalRequest.Options.SHOW_SETTINGS = “show_settings”
static

If TRUE include a map of the WAL settings for the requested tables.

Supported values:

The default value is TRUE.

Definition at line 38 of file ShowWal.cs.

◆ TRUE

const string kinetica.ShowWalRequest.Options.TRUE = “true”
static

A boolean constant for the ShowWalRequest.Options options.

Definition at line 42 of file ShowWal.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowWal.cs
  • Kinetica/Protocol/ShowWal.cs