/AWS1/CL_OSSCAPACITYDETAILS¶
Capacity details for an OpenSearch Serverless collection group, including the current capacity and autoscaling status.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_capacityinocu TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The current capacity in OpenSearch Compute Units (OCUs).
iv_autoscalingstatus TYPE /AWS1/OSSAUTOSCALINGSTATUS /AWS1/OSSAUTOSCALINGSTATUS¶
The current autoscaling status for the collection group.
Queryable Attributes¶
capacityInOcu¶
The current capacity in OpenSearch Compute Units (OCUs).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYINOCU() |
Getter for CAPACITYINOCU, with configurable default |
ASK_CAPACITYINOCU() |
Getter for CAPACITYINOCU w/ exceptions if field has no value |
STR_CAPACITYINOCU() |
String format for CAPACITYINOCU, with configurable default |
HAS_CAPACITYINOCU() |
Determine if CAPACITYINOCU has a value |
autoscalingStatus¶
The current autoscaling status for the collection group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOSCALINGSTATUS() |
Getter for AUTOSCALINGSTATUS, with configurable default |
ASK_AUTOSCALINGSTATUS() |
Getter for AUTOSCALINGSTATUS w/ exceptions if field has no v |
HAS_AUTOSCALINGSTATUS() |
Determine if AUTOSCALINGSTATUS has a value |