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.

A range of integer values.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.Range

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

Syntax

C#
public class Range

The Range type exposes the following members

Constructors

NameDescription
Public Method Range()

Properties

NameTypeDescription
Public Property From System.Int32

Gets and sets the property From.

The minimum value in the range.

Public Property Step System.Int32

Gets and sets the property Step.

The step value for the range. For example, if you have a range of 5,000 to 10,000, with a step value of 1,000, the valid values start at 5,000 and step up by 1,000. Even though 7,500 is within the range, it isn't a valid value for the range. The valid values are 5,000, 6,000, 7,000, 8,000...

Public Property To System.Int32

Gets and sets the property To.

The maximum value in the range.

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