SqlDatabaseBasicStorage Enum

  • java.lang.Object
    • java.lang.Enum<SqlDatabaseBasicStorage>
      • com.microsoft.azure.management.sql.SqlDatabaseBasicStorage

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