Kinetica   C#   API  Version 7.2.3.1
HasPermissionRequest.Options Struct Reference

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

Public Attributes

const string NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists"
 If FALSE will return an error if the provided _object does not exist or is blank. 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 111 of file HasPermission.cs.

Member Data Documentation

◆ FALSE

const string HasPermissionRequest.Options.FALSE = "false"

Definition at line 130 of file HasPermission.cs.

◆ NO_ERROR_IF_NOT_EXISTS

const string HasPermissionRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists"

If FALSE will return an error if the provided _object does not exist or is blank.

Supported values:

The default value is FALSE.

Definition at line 127 of file HasPermission.cs.

◆ TRUE

const string HasPermissionRequest.Options.TRUE = "true"

Definition at line 129 of file HasPermission.cs.


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