Skip to main content

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

Static Public Attributes

const string COLUMNS = “columns”
 Apply table security to these columns, comma-separated.
 
const string FILTER_EXPRESSION = “filter_expression”
 Filter expression to apply to this grant.
 
const string WITH_GRANT_OPTION = “with_grant_option”
 Allow the recipient to grant the same permission (or subset) to others.
 
const string TRUE = “true”
 A boolean constant for the GrantPermissionRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the GrantPermissionRequest.Options options.
 

Detailed Description

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

Optional parameters.

Definition at line 111 of file GrantPermission.cs.

Member Data Documentation

◆ COLUMNS

const string kinetica.GrantPermissionRequest.Options.COLUMNS = “columns”
static

Apply table security to these columns, comma-separated.

The default value is ”.

Definition at line 116 of file GrantPermission.cs.

◆ FALSE

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

A boolean constant for the GrantPermissionRequest.Options options.

Definition at line 149 of file GrantPermission.cs.

◆ FILTER_EXPRESSION

const string kinetica.GrantPermissionRequest.Options.FILTER_EXPRESSION = “filter_expression”
static

Filter expression to apply to this grant.

Only rows that match the filter will be affected. The default value is ”.

Definition at line 121 of file GrantPermission.cs.

◆ TRUE

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

A boolean constant for the GrantPermissionRequest.Options options.

Definition at line 145 of file GrantPermission.cs.

◆ WITH_GRANT_OPTION

const string kinetica.GrantPermissionRequest.Options.WITH_GRANT_OPTION = “with_grant_option”
static

Allow the recipient to grant the same permission (or subset) to others.

Supported values:

The default value is FALSE.

Definition at line 141 of file GrantPermission.cs.


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