CollectionGroupCapacityLimits

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum indexing capacity for collections in the group.

Link copied to clipboard

The maximum search capacity for collections in the group.

Link copied to clipboard

The minimum indexing capacity for collections in the group.

Link copied to clipboard

The minimum search capacity for collections in the group.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String