Description
The information about the quotas of an OpenSearch application.
Example
{
"docSize": 1,
"computeResource": 20,
"qps": 0,
"spec": "opensearch.share.common"
}
Structure
Field | Type | Description |
docSize | Integer | The storage capacity. Unit: GB. |
computeResource | Integer | The computing resources. Unit: logical computing unit (LCU). |
qps | Integer | The number of search requests per second. You are charged based on the number of search requests per second in the earlier billing model. |
spec | String | The specifications of the application. Valid values: - opensearch.share.common: shared general-purpose - opensearch.share.compute: shared computing - opensearch.share.storage: shared storage - opensearch.private.common: exclusive general-purpose - opensearch.private.compute: exclusive computing - opensearch.private.storage: exclusive storage |