ScalingParameters class

The desired instance type and desired number of replicas of each index partition.

Constructors

ScalingParameters({PartitionInstanceType? desiredInstanceType, int? desiredPartitionCount, int? desiredReplicationCount})
ScalingParameters.fromXml(XmlElement elem)
factory

Properties

desiredInstanceType PartitionInstanceType?
The instance type that you want to preconfigure for your domain. For example, search.m1.small.
final
desiredPartitionCount int?
The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.
final
desiredReplicationCount int?
The number of replicas you want to preconfigure for each index partition.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited