Database Properties

 

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

NameDescription
System_CAPS_pubpropertyAssignedServiceObjectiveId

Optional. Gets the ID of the assigned service objective for this database. This is the ID of the service objective being applied.

System_CAPS_pubpropertyCollationName

Optional. Gets the name of the collation for this database.

System_CAPS_pubpropertyCreationDate

Optional. Gets the date this database was created.

System_CAPS_pubpropertyEdition

Optional. Gets the edition of the Azure SQL Database. The DatabaseEditions enumeration contains all the valid editions.

System_CAPS_pubpropertyId

Optional. Gets the ID of the database. This ID is unique within the server that contains the database.

System_CAPS_pubpropertyIsFederationRoot

Optional. Gets whether or not the database is a federation root.

System_CAPS_pubpropertyIsSystemObject

Optional. Gets whether or not the database is a system object.

System_CAPS_pubpropertyMaximumDatabaseSizeInBytes

Optional. Gets the maximum size of this database expressed in bytes.

System_CAPS_pubpropertyMaximumDatabaseSizeInGB

Optional. Gets the maximum size of this database expressed in gigabytes.

System_CAPS_pubpropertyName

Optional. Gets the name of the service resource.(Inherited from SqlModelCommon.)

System_CAPS_pubpropertyRecoveryPeriodStartDate

Optional. Gets the starting date of the restorable period for this database.

System_CAPS_pubpropertyServiceObjectiveAssignmentErrorCode

Optional. Gets the error code raised when assigning a new service objective if there was one.

System_CAPS_pubpropertyServiceObjectiveAssignmentErrorDescription

Optional. Gets the description of the error if an error occured while applying a new service objective.

System_CAPS_pubpropertyServiceObjectiveAssignmentState

Optional. Gets the state of the current service objective assignment in numerical format.

System_CAPS_pubpropertyServiceObjectiveAssignmentStateDescription

Optional. Gets the description of the state of the current service objective assignment.

System_CAPS_pubpropertyServiceObjectiveAssignmentSuccessDate

Optional. Gets the date the service objective assignment succeeded.

System_CAPS_pubpropertyServiceObjectiveId

Optional. Gets the ID of the current service objective.

System_CAPS_pubpropertySizeMB

Optional. Gets the current usage of the database in megabytes.

System_CAPS_pubpropertyState

Optional. Gets the state of the service resource.(Inherited from SqlModelCommon.)

System_CAPS_pubpropertyType

Optional. Gets the type of the service resource.(Inherited from SqlModelCommon.)

Return to top
Show: