Table of Contents

Class SqlDatabaseAzureOptions

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Azure options for a SQL database. This applies to Azure hosted databases.

public class SqlDatabaseAzureOptions : BypassSection
Inheritance
SqlDatabaseAzureOptions
Inherited Members

Constructors

SqlDatabaseAzureOptions()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlDatabaseAzureOptions class.

public SqlDatabaseAzureOptions()

Properties

AzureEdition

Gets or sets the service tier for the database or data warehouse.

public string AzureEdition { get; set; }

Property Value

string

CurrentServiceLevelObjective

Gets or sets the current service level objective.

public string CurrentServiceLevelObjective { get; set; }

Property Value

string

MaxSize

Gets the maximum size of the database as a human readable string.

public string MaxSize { get; set; }

Property Value

string

MaxSizeInBytes

Gets or sets the maximum size of the database in bytes.

public double MaxSizeInBytes { get; set; }

Property Value

double

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.SqlDatabaseAzureOptions class from the specified XML.

public static SqlDatabaseAzureOptions FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlDatabaseAzureOptions

A CENTREL.XIA.Configuration.Types.SqlDatabaseAzureOptions class.

ToString()

Returns the database Azure options as a human readable string.

public override string ToString()

Returns

string

The database Azure options as a human readable string.