SqlDatabaseBasicStorage Enum
- java.
lang. Object - java.
lang. Enum<SqlDatabaseBasicStorage> - com.
microsoft. azure. management. sql. SqlDatabaseBasicStorage
- com.
- java.
public enum SqlDatabaseBasicStorage
The maximum allowed storage capacity for a "Basic" edition of an Azure SQL Elastic Pool.
Fields
MAX_1_GB |
1 GB storage capacity available for the database. |
MAX_100_MB |
100 MB storage capacity available for the database. |
MAX_2_GB |
2 GB storage capacity available for the database. |
MAX_500_MB |
100 MB storage capacity available for the database. |
Methods
capacity()
public long capacity()
Returns
long
the maximum allowed storage capacity in bytes for the SQL Database
capacityInMB()
public long capacityInMB()
Returns
long
the maximum allowed storage capacity in MB for the SQL Database
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java