Values.CollectionGroupCapacityLimitsSourceCapacity 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.
type nonrec t = {maxIndexingCapacityInOCU : CollectionGroupIndexingCapacityValue.t option;The maximum indexing capacity for collections in the group.
*)maxSearchCapacityInOCU : CollectionGroupSearchCapacityValue.t option;The maximum search capacity for collections in the group.
*)minIndexingCapacityInOCU : CollectionGroupIndexingCapacityValue.t option;The minimum indexing capacity for collections in the group.
*)minSearchCapacityInOCU : CollectionGroupSearchCapacityValue.t option;The minimum search capacity for collections in the group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Float of CollectionGroupIndexingCapacityValue.t ]) list ]