Kinetica C# API
Version 7.0.19.0
|
Optional parameters. More...
Public Attributes | |
const string | REBUILD_ON_ERROR = "rebuild_on_error" |
Supported values: | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | VERIFY_NULLS = "verify_nulls" |
When enabled, verifies that null values are set to zero Supported values: | |
const string | VERIFY_PERSIST = "verify_persist" |
Supported values: | |
const string | CONCURRENT_SAFE = "concurrent_safe" |
When enabled, allows this endpoint to be run safely with other concurrent database operations. More... | |
const string | VERIFY_RANK0 = "verify_rank0" |
When enabled, compares rank0 table meta-data against workers meta-data Supported values: | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 123 of file AdminVerifyDb.cs.
const string kinetica.AdminVerifyDbRequest.Options.CONCURRENT_SAFE = "concurrent_safe" |
When enabled, allows this endpoint to be run safely with other concurrent database operations.
Other operations may be slower while this is running. Supported values:
The default value is TRUE.
Definition at line 193 of file AdminVerifyDb.cs.
const string kinetica.AdminVerifyDbRequest.Options.FALSE = "false" |
Definition at line 142 of file AdminVerifyDb.cs.
const string kinetica.AdminVerifyDbRequest.Options.REBUILD_ON_ERROR = "rebuild_on_error" |
const string kinetica.AdminVerifyDbRequest.Options.TRUE = "true" |
Definition at line 141 of file AdminVerifyDb.cs.
const string kinetica.AdminVerifyDbRequest.Options.VERIFY_NULLS = "verify_nulls" |
When enabled, verifies that null values are set to zero Supported values:
The default value is FALSE.
Definition at line 159 of file AdminVerifyDb.cs.
const string kinetica.AdminVerifyDbRequest.Options.VERIFY_PERSIST = "verify_persist" |
const string kinetica.AdminVerifyDbRequest.Options.VERIFY_RANK0 = "verify_rank0" |
When enabled, compares rank0 table meta-data against workers meta-data Supported values:
The default value is FALSE.
Definition at line 210 of file AdminVerifyDb.cs.