Kinetica C# API  Version 7.0.19.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_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"
 

Detailed Description

Optional parameters.

  • MAX_CPU_CONCURRENCY: Maximum number of simultaneous threads that will be used to execute a request 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.

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

Definition at line 139 of file AlterResourceGroup.cs.

Member Data Documentation

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

Definition at line 173 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 171 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 144 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 148 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 152 of file AlterResourceGroup.cs.

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

Definition at line 172 of file AlterResourceGroup.cs.


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