DatabaseEditions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the valid editions of Azure SQL Databases. See MSDN for more information.
public static class DatabaseEditions
type DatabaseEditions = class
Public Class DatabaseEditions
- Inheritance
-
DatabaseEditions
Fields
Basic |
The Basic Edition Database is best suited for small databases with few transactions (<100) per minute and only a couple users. |
Business |
The Business Edition Database is best suited for independent software vendors (ISVs), line-of-business (LOB) applications, and enterprise applications. |
Free |
The Free Edition Database is available for certain offers and product bundles. |
Premium |
The Premium Edition Database is for situations requiring a high number of transactionsper second (>100). Supports more users than Basic and Standard editions. |
Standard |
The Standard Edition Database is best suited for a group of users makingfewer than 1000 transactions per minute. |
Web |
The Web Edition Database is best suited for small Web applications and workgroup or departmental applications. |