Quota

本文为您介绍Quota的数据结构信息。

描述

OpenSearch应用的配额信息。

示例

{
  "docSize": 1,
  "computeResource": 20,
  "qps": 0,
  "spec": "opensearch.share.common"
}

结构

字段

类型

描述

docSize

Integer

存储容量 (单位:GB)。

computeResource

Integer

计算资源 (单位:LCU)。

qps

Integer

搜索请求(单位:次/秒) (老计费模型使用)。

spec

String

规格- opensearch.share.common 共享通用型- opensearch.share.compute 共享计算型- opensearch.share.storage 共享存储型- opensearch.private.common 独享通用型- opensearch.private.compute 独享计算型- opensearch.private.storage 独享存储型