AWS SDK Version 2 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.

.NET Framework 4.5
 
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.dll
Version: (assembly version)

Syntax

C#
public class ScalingParameters : Object

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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8