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

Optional parameters. More...

Public Attributes

const string MAX_CPU_CONCURRENCY = "max_cpu_concurrency"
 Maximum number of simultaneous threads that will be used to execute a request for this group. More...
 
const string MAX_DATA = "max_data"
 Maximum amount of cumulative ram usage regardless of tier status for this group. More...
 
const string MAX_SCHEDULING_PRIORITY = "max_scheduling_priority"
 Maximum priority of a scheduled task for this group. More...
 
const string MAX_TIER_PRIORITY = "max_tier_priority"
 Maximum priority of a tiered object for this group. More...
 
const string IS_DEFAULT_GROUP = "is_default_group"
 If true, this request applies to the global default resource group. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string PERSIST = "persist"
 If true and a system-level change was requested, the system configuration will be written to disk upon successful application of this request. More...
 

Detailed Description

Optional parameters.

  • MAX_CPU_CONCURRENCY: Maximum number of simultaneous threads that will be used to execute a request for this group.
  • MAX_DATA: Maximum amount of cumulative ram usage regardless of tier status for this group.
  • MAX_SCHEDULING_PRIORITY: Maximum priority of a scheduled task for this group.
  • MAX_TIER_PRIORITY: Maximum priority of a tiered object for this group.
  • IS_DEFAULT_GROUP: If true, this request applies to the global default resource group. It is an error for this field to be true when the field is also populated. Supported values: The default value is FALSE.
  • PERSIST: If true and a system-level change was requested, the system configuration will be written to disk upon successful application of this request. This will commit the changes from this request and any additional in-memory modifications. Supported values: The default value is TRUE.

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

Definition at line 167 of file AlterResourceGroup.cs.

Member Data Documentation

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

Definition at line 205 of file AlterResourceGroup.cs.

const string kinetica.AlterResourceGroupRequest.Options.IS_DEFAULT_GROUP = "is_default_group"

If true, this request applies to the global default resource group.

It is an error for this field to be true when the name field is also populated. Supported values:

The default value is FALSE.

Definition at line 203 of file AlterResourceGroup.cs.

const string kinetica.AlterResourceGroupRequest.Options.MAX_CPU_CONCURRENCY = "max_cpu_concurrency"

Maximum number of simultaneous threads that will be used to execute a request for this group.

Definition at line 172 of file AlterResourceGroup.cs.

const string kinetica.AlterResourceGroupRequest.Options.MAX_DATA = "max_data"

Maximum amount of cumulative ram usage regardless of tier status for this group.

Definition at line 176 of file AlterResourceGroup.cs.

const string kinetica.AlterResourceGroupRequest.Options.MAX_SCHEDULING_PRIORITY = "max_scheduling_priority"

Maximum priority of a scheduled task for this group.

Definition at line 180 of file AlterResourceGroup.cs.

const string kinetica.AlterResourceGroupRequest.Options.MAX_TIER_PRIORITY = "max_tier_priority"

Maximum priority of a tiered object for this group.

Definition at line 184 of file AlterResourceGroup.cs.

const string kinetica.AlterResourceGroupRequest.Options.PERSIST = "persist"

If true and a system-level change was requested, the system configuration will be written to disk upon successful application of this request.

This will commit the changes from this request and any additional in-memory modifications. Supported values:

The default value is TRUE.

Definition at line 225 of file AlterResourceGroup.cs.

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

Definition at line 204 of file AlterResourceGroup.cs.


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