Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowWalRequest.Options Struct Reference

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

Public Attributes

const string SHOW_SETTINGS = "show_settings"
 If TRUE include a map of the wal settings for the requested tables. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 22 of file ShowWal.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowWalRequest.Options.FALSE = "false"

Definition at line 40 of file ShowWal.cs.

◆ SHOW_SETTINGS

const string kinetica.ShowWalRequest.Options.SHOW_SETTINGS = "show_settings"

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

Supported values:

The default value is TRUE.

Definition at line 37 of file ShowWal.cs.

◆ TRUE

const string kinetica.ShowWalRequest.Options.TRUE = "true"

Definition at line 39 of file ShowWal.cs.


The documentation for this struct was generated from the following file: