SkuName

enum SkuName : Enum<SkuName> , ConvertibleToJava<SkuName>

The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions.'

Entries

Link copied to clipboard

Free tier, with no SLA guarantees and a subset of the features offered on billable tiers.

Link copied to clipboard

Billable tier for a dedicated service having up to 3 replicas.

Link copied to clipboard

Billable tier for a dedicated service having up to 12 partitions and 12 replicas.

Link copied to clipboard

Similar to 'standard', but with more capacity per search unit.

Link copied to clipboard

The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity').

Link copied to clipboard

Billable tier for a dedicated service that supports 1TB per partition, up to 12 partitions.

Link copied to clipboard

Billable tier for a dedicated service that supports 2TB per partition, up to 12 partitions.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: SkuName
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): SkuName
Link copied to clipboard
fun valueOf(value: String): SkuName

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.