Kinetica   C#   API  Version 7.2.3.0
kinetica.CreateResourceGroupRequest.Options Struct Reference

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

Public Attributes

const string MAX_CPU_CONCURRENCY = "max_cpu_concurrency"
 Maximum number of simultaneous threads that will be used to execute a request, per rank, for this group. More...
 
const string MAX_DATA = "max_data"
 Maximum amount of data, per rank, in bytes, that can be used by all database objects within 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...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 65 of file CreateResourceGroup.cs.

Member Data Documentation

◆ MAX_CPU_CONCURRENCY

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

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

The minimum allowed value is '4'.

Definition at line 71 of file CreateResourceGroup.cs.

◆ MAX_DATA

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

Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group.

Set to -1 to indicate no upper limit. The minimum allowed value is '-1'.

Definition at line 77 of file CreateResourceGroup.cs.

◆ MAX_SCHEDULING_PRIORITY

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

Maximum priority of a scheduled task for this group.

The minimum allowed value is '1'. The maximum allowed value is '100'.

Definition at line 83 of file CreateResourceGroup.cs.

◆ MAX_TIER_PRIORITY

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

Maximum priority of a tiered object for this group.

The minimum allowed value is '1'. The maximum allowed value is '10'.

Definition at line 89 of file CreateResourceGroup.cs.


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