FleetspacePropertiesResponseThroughputPoolConfiguration

data class FleetspacePropertiesResponseThroughputPoolConfiguration(val dataRegions: List<String>? = null, val maxThroughput: Int? = null, val minThroughput: Int? = null, val serviceTier: String? = null)

Configuration for throughput pool in the fleetspace.

Constructors

constructor(dataRegions: List<String>? = null, maxThroughput: Int? = null, minThroughput: Int? = null, serviceTier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataRegions: List<String>? = null

List of data regions assigned to the fleetspace. Eg westus2

Link copied to clipboard
val maxThroughput: Int? = null

Maximum throughput for the pool.

Link copied to clipboard
val minThroughput: Int? = null

Minimum throughput for the pool.

Link copied to clipboard
val serviceTier: String? = null

Service Tier for the fleetspace. GeneralPurpose types refers to single write region accounts that can be added to this fleetspace, whereas BusinessCritical refers to multi write region.