SqlDatabaseBasicStorage Enum
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.
The maximum allowed storage capacity for a "Basic" edition of an Azure SQL Elastic Pool.
public enum SqlDatabaseBasicStorage
type SqlDatabaseBasicStorage =
Public Enum SqlDatabaseBasicStorage
- Inheritance
-
SqlDatabaseBasicStorage
Fields
Name | Value | Description |
---|---|---|
Max100Mb | 104857600 | |
Max500Mb | 524288000 | |
Max1Gb | 1073741824 | |
Max2Gb | 2147483648 |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET