Microsoft.Azure.Documents Namespace

 

Updated: June 30, 2017

Provides classes used to define and manage documents in the Azure DocumentDB database service.

ClassDescription
System_CAPS_pubclassAttachment

Represents a document attachment in the Azure DocumentDB database service.

System_CAPS_pubclassConflict

This is the conflicting resource resulting from a concurrent async operation in the Azure DocumentDB database service.

System_CAPS_pubclassConsistencyPolicy

Represents the consistency policy of a database account of the Azure DocumentDB database service.

System_CAPS_pubclassDatabase

Represents a database in the Azure DocumentDB account.

System_CAPS_pubclassDatabaseAccount

Represents a DatabaseAccount. A DatabaseAccount is the container for databases in the Azure DocumentDB database service.

System_CAPS_pubclassDatabaseAccountLocation

The DatabaseAccountLocation class represents an Azure DocumentDB database account in a specific region.

System_CAPS_pubclassDocument

Represents a document in the Azure DocumentDB database service.

System_CAPS_pubclassDocumentClientException

The base class for client exceptions in the Azure DocumentDB database service.

System_CAPS_pubclassDocumentCollection

Represents a document collection in the Azure DocumentDB database service. A collection is a named logical container for documents.

System_CAPS_pubclassError

Encapsulates error related details in the Azure DocumentDB database service.

System_CAPS_pubclassExcludedPath

Specifies a path within a JSON document to be excluded while indexing data for the Azure DocumentDB database service.

System_CAPS_pubclassHashIndex

Represents details of the hash index setting in an Azure DocumentDB database service.

System_CAPS_pubclassIncludedPath

Specifies a path within a JSON document to be included in the Azure DocumentDB database service.

System_CAPS_pubclassIndex

Base class for IndexingPolicy Indexes in the Azure DocumentDB database service, you should use a concrete Index like HashIndex or RangeIndex.

System_CAPS_pubclassIndexingPolicy

Represents the indexing policy configuration for a collection in the Azure DocumentDB database service.

System_CAPS_pubclassJsonSerializable

Represents the base class for Azure DocumentDB database objects and provides methods for serializing and deserializing from JSON.

System_CAPS_pubclassLocationNames

The LocationNames class contains the names of Azure regions that are currently supported by the Azure DocumentDB database service.

System_CAPS_pubclassOffer

Represents the offer for a resource (collection) in the Azure DocumentDB database service.

System_CAPS_pubclassOfferContentV2

Represents content properties tied to the Standard pricing tier for the Azure DocumentDB database service.

System_CAPS_pubclassOfferV2

Represents the Standard pricing offer for a resource in the Azure DocumentDB database service.

System_CAPS_pubclassPartitionKey

Represents a partition key value that identifies the target partition of a collection in the Azure DocumentDB database service.

System_CAPS_pubclassPartitionKeyDefinition

Specifies a partition key definition for a particular path in the Azure DocumentDB database service.

System_CAPS_pubclassPartitionKeyRange

Represents a partition key range in the Azure DocumentDB database service.

System_CAPS_pubclassPermission

Represents a per-User permission to access a specific resource in the Azure DocumentDB database service, for example Document or Collection.

System_CAPS_pubclassQueryEngineTimes

Query engine time in the Azure DocumentDB database service.

System_CAPS_pubclassQueryMetrics

Query metrics in the Azure DocumentDB database service.

System_CAPS_pubclassQueryPreparationTimes

Query preparation metrics in the Azure DocumentDB database service.

System_CAPS_pubclassRangeIndex

Specifies an instance of the RangeIndex class in the Azure DocumentDB database service.

System_CAPS_pubclassResource

Represents an abstract resource type in the Azure DocumentDB database service. All Azure DocumentDB resources, such as Database, DocumentCollection, and Document extend this abstract type.

System_CAPS_pubclassRuntimeExecutionTimes

Query runtime execution times in the Azure DocumentDB database service.

System_CAPS_pubclassSpatialIndex

Specifies an instance of the SpatialIndex class in the Azure DocumentDB database service.

System_CAPS_pubclassSqlParameter

Represents a parameter associated with SqlQuerySpec in the Azure DocumentDB database service.

System_CAPS_pubclassSqlParameterCollection

Represents a collection of parameters associated with SqlQuerySpec for use in the Azure DocumentDB database service.

System_CAPS_pubclassSqlQuerySpec

Represents a SQL query in the Azure DocumentDB database service.

System_CAPS_pubclassStoredProcedure

Represents a stored procedure in the Azure DocumentDB database service.

System_CAPS_pubclassTrigger

Represents a trigger in the Azure DocumentDB database service.

System_CAPS_pubclassUndefined

Instance of the class can be supplied as part of Partition Key Value to denote a value which is absent in the Azure DocumentDB document.

System_CAPS_pubclassUnixDateTimeConverter

Converts a DateTime object to and from JSON. DateTime is represented as the total number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds (in ISO 8601: 1970-01-01T00:00:00Z).

System_CAPS_pubclassUser

Represents a user in the Azure DocumentDB database service.

System_CAPS_pubclassUserDefinedFunction

Represents a user defined function in the Azure DocumentDB database service.

InterfaceDescription
System_CAPS_pubinterfaceIDocumentClient

The IDocumentClient interface captures the API signatures of the Azure DocumentDB database service .NET SDK. See DocumentClient for implementation details.

EnumerationDescription
System_CAPS_pubenumConsistencyLevel

These are the consistency levels supported by the Azure DocumentDB database service.

System_CAPS_pubenumDataType

Defines the target data type of an index path specification in the Azure DocumentDB database service.

System_CAPS_pubenumIndexingDirective

Specifies whether or not the resource in the Azure DocumentDB database is to be indexed.

System_CAPS_pubenumIndexingMode

Specifies the supported indexing modes in the Azure DocumentDB database service.

System_CAPS_pubenumIndexKind

These are the indexing types available for indexing a path in the Azure DocumentDB database service.

System_CAPS_pubenumOperationKind

These are the operation types resulted in a version conflict on a resource.

System_CAPS_pubenumPermissionMode

These are the access permissions for creating or replacing a Permission resource in the Azure DocumentDB database service.

System_CAPS_pubenumSerializationFormattingPolicy

The formatting policy associated with JSON serialization/de-serialization in the Azure DocumentDB database service.

System_CAPS_pubenumTriggerOperation

Specifies the operations on which a trigger should be executed in the Azure DocumentDB database service.

System_CAPS_pubenumTriggerType

Specifies the type of the trigger in the Azure DocumentDB database service.

Return to top
Show: