Database Class

Definition

Represents a database in the Azure DocumentDB account.

public class Database : Microsoft.Azure.Documents.Resource
Inheritance

Inherited Members

Microsoft.Azure.Documents.JsonSerializable

Microsoft.Azure.Documents.Resource

Remarks

Each Azure DocumentDB database account can have zero or more databases. A database in Azure DocumentDB is a logical container for document collections and users. Refer to http://azure.microsoft.com/documentation/articles/documentdb-resources/#databases for more details on databases.

Constructors

Database()

Initializes a new instance of the Database class for the Azure DocumentDB database service.

Properties

CollectionsLink

Gets the self-link for collections from the Azure DocumentDB database service.

UsersLink

Gets the self-link for users from the Azure DocumentDB database service.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)