Share via


DatabaseCreateParameters.MaximumDatabaseSizeInBytes Property

 

Optional. Gets or sets the maximum size of this database expressed in bytes. If this is used in conjunction with MaximumDatabaseSizeInGB they must agree.

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

Syntax

public Nullable<long> MaximumDatabaseSizeInBytes { get; set; }
public:
property Nullable<long long> MaximumDatabaseSizeInBytes {
    Nullable<long long> get();
    void set(Nullable<long long> value);
}
member MaximumDatabaseSizeInBytes : Nullable<int64> with get, set
Public Property MaximumDatabaseSizeInBytes As Nullable(Of Long)

Property Value

Type: System.Nullable<Int64>

See Also

DatabaseCreateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top