AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.CloudSearch.Model.ScalingParameters

Namespace: Amazon.CloudSearch.Model
Assembly: AWSSDK.CloudSearch.dll
Version: 3.x.y.z

Syntax

C#
public class ScalingParameters

The ScalingParameters type exposes the following members

Constructors

NameDescription
Public Method ScalingParameters()

Properties

NameTypeDescription
Public Property DesiredInstanceType Amazon.CloudSearch.PartitionInstanceType

Gets and sets the property DesiredInstanceType.

The instance type that you want to preconfigure for your domain. For example, search.m1.small.

Public Property DesiredPartitionCount System.Int32

Gets and sets the property DesiredPartitionCount.

The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

Public Property DesiredReplicationCount System.Int32

Gets and sets the property DesiredReplicationCount.

The number of replicas you want to preconfigure for each index partition.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5