/AWS1/CL_OSSCOLLGROUPCAPLIMITS¶
Capacity limits for a collection group. These limits define the minimum and maximum OpenSearch Compute Units (OCUs) for indexing and search operations that can be used by collections in the group.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_maxindexingcapacityinocu TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The maximum indexing capacity for collections in the group.
iv_maxsearchcapacityinocu TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The maximum search capacity for collections in the group.
iv_minindexingcapacityinocu TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The minimum indexing capacity for collections in the group.
iv_minsearchcapacityinocu TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The minimum search capacity for collections in the group.
Queryable Attributes¶
maxIndexingCapacityInOCU¶
The maximum indexing capacity for collections in the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXINDEXINGCAPACITYINOCU() |
Getter for MAXINDEXINGCAPACITYINOCU, with configurable defau |
ASK_MAXINDEXINGCAPACITYINOCU() |
Getter for MAXINDEXINGCAPACITYINOCU w/ exceptions if field h |
STR_MAXINDEXINGCAPACITYINOCU() |
String format for MAXINDEXINGCAPACITYINOCU, with configurabl |
HAS_MAXINDEXINGCAPACITYINOCU() |
Determine if MAXINDEXINGCAPACITYINOCU has a value |
maxSearchCapacityInOCU¶
The maximum search capacity for collections in the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXSEARCHCAPACITYINOCU() |
Getter for MAXSEARCHCAPACITYINOCU, with configurable default |
ASK_MAXSEARCHCAPACITYINOCU() |
Getter for MAXSEARCHCAPACITYINOCU w/ exceptions if field has |
STR_MAXSEARCHCAPACITYINOCU() |
String format for MAXSEARCHCAPACITYINOCU, with configurable |
HAS_MAXSEARCHCAPACITYINOCU() |
Determine if MAXSEARCHCAPACITYINOCU has a value |
minIndexingCapacityInOCU¶
The minimum indexing capacity for collections in the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MININDEXINGCAPACITYINOCU() |
Getter for MININDEXINGCAPACITYINOCU, with configurable defau |
ASK_MININDEXINGCAPACITYINOCU() |
Getter for MININDEXINGCAPACITYINOCU w/ exceptions if field h |
STR_MININDEXINGCAPACITYINOCU() |
String format for MININDEXINGCAPACITYINOCU, with configurabl |
HAS_MININDEXINGCAPACITYINOCU() |
Determine if MININDEXINGCAPACITYINOCU has a value |
minSearchCapacityInOCU¶
The minimum search capacity for collections in the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINSEARCHCAPACITYINOCU() |
Getter for MINSEARCHCAPACITYINOCU, with configurable default |
ASK_MINSEARCHCAPACITYINOCU() |
Getter for MINSEARCHCAPACITYINOCU w/ exceptions if field has |
STR_MINSEARCHCAPACITYINOCU() |
String format for MINSEARCHCAPACITYINOCU, with configurable |
HAS_MINSEARCHCAPACITYINOCU() |
Determine if MINSEARCHCAPACITYINOCU has a value |