GetIndexCapacityUnit

data class GetIndexCapacityUnit(val queryCapacityUnits: Int, val storageCapacityUnits: Int)

Constructors

Link copied to clipboard
constructor(queryCapacityUnits: Int, storageCapacityUnits: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The amount of extra query capacity for an index and GetQuerySuggestions capacity. For more information, refer to QueryCapacityUnits.

Link copied to clipboard

The amount of extra storage capacity for an index. A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first. Minimum value of 0.