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
 
Describes a quota for an AWS account, for example, the number of DB instances allowed.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.AccountQuota

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class AccountQuota : Object

The AccountQuota type exposes the following members

Constructors

NameDescription
Public Method AccountQuota()

Properties

NameTypeDescription
Public Property AccountQuotaName System.String Gets and sets the property AccountQuotaName.

The name of the Amazon RDS quota for this AWS account.

Public Property Max System.Int64 Gets and sets the property Max.

The maximum allowed value for the quota.

Public Property Used System.Int64 Gets and sets the property Used.

The amount currently used toward the quota maximum.

Version Information

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

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

.NET for Windows Phone:
Supported in: Windows Phone 8.1