Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.GrantPermissionRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string COLUMNS = "columns"
 Apply table security to these columns, comma-separated. More...
 
const string FILTER_EXPRESSION = "filter_expression"
 Optional filter expression to apply to this grant. More...
 
const string WITH_GRANT_OPTION = "with_grant_option"
 Allow the recipient to grant the same permission (or subset) to others Supported values:

The default value is FALSE. More...

 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

Optional parameters.

  • COLUMNS: Apply table security to these columns, comma-separated. The default value is ''.
  • FILTER_EXPRESSION: Optional filter expression to apply to this grant. Only rows that match the filter will be affected. The default value is ''.
  • WITH_GRANT_OPTION: Allow the recipient to grant the same permission (or subset) to others Supported values: The default value is FALSE.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 260 of file GrantPermission.cs.

Member Data Documentation

const string kinetica.GrantPermissionRequest.Options.COLUMNS = "columns"

Apply table security to these columns, comma-separated.

The default value is ''.

Definition at line 265 of file GrantPermission.cs.

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

Definition at line 289 of file GrantPermission.cs.

const string kinetica.GrantPermissionRequest.Options.FILTER_EXPRESSION = "filter_expression"

Optional filter expression to apply to this grant.

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

Definition at line 270 of file GrantPermission.cs.

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

Definition at line 288 of file GrantPermission.cs.

const string kinetica.GrantPermissionRequest.Options.WITH_GRANT_OPTION = "with_grant_option"

Allow the recipient to grant the same permission (or subset) to others Supported values:

The default value is FALSE.

Definition at line 287 of file GrantPermission.cs.


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