Share via


DatabaseEditions Class

 

Defines the valid editions of Azure SQL Databases.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEditions

Syntax

public static class DatabaseEditions
public ref class DatabaseEditions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DatabaseEditions = class end
Public NotInheritable Class DatabaseEditions

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Basic

System_CAPS_pubfieldSystem_CAPS_static Business

The Business Edition Database is best suited for independent software vendors (ISVs), line-of-business (LOB) applications, and enterprise applications. This edition supports a database of up to 150 GB of data, in 10GB increments up to 50GB, and then 50 GB increments.

System_CAPS_pubfieldSystem_CAPS_static Premium

The Premium Edition Database is for situations requiring a high number of transactionsper second (&amp;gt;100). Supports more users than Basic and Standard.

System_CAPS_pubfieldSystem_CAPS_static Standard

The Standard Edition Database is best suited for a group of users makingfewer than 1000 transactions per minute.

System_CAPS_pubfieldSystem_CAPS_static Web

The Web Edition Database is best suited for small Web applications and workgroup or departmental applications. This edition supports a database with a maximum size of 1 or 5 GB of data.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top