Microsoft.Azure.Documents.Client Namespace

 

Updated: June 30, 2017

Provides classes used by clients to manage documents in the Azure DocumentDB database service.

ClassDescription
System_CAPS_pubclassAccessCondition

Represents a set of access conditions to be used for operations in the Azure DocumentDB database service.

System_CAPS_pubclassChangeFeedOptions

Specifies the options associated with change feed methods (enumeration operations) in the Azure DocumentDB database service.

System_CAPS_pubclassConnectionPolicy

Represents the connection policy associated with a DocumentClient to connect to the Azure DocumentDB database service.

System_CAPS_pubclassDocumentClient

Provides a client-side logical representation for the Azure DocumentDB database service. This client is used to configure and execute requests against the service.

System_CAPS_pubclassDocumentResponse

Represents the template class used by methods returning single objects in the Azure DocumentDB database service.

System_CAPS_pubclassFeedOptions

Specifies the options associated with feed methods (enumeration operations) in the Azure DocumentDB database service.

System_CAPS_pubclassFeedResponse

Represents the template class used by feed methods (enumeration operations) for the Azure DocumentDB database service.

System_CAPS_pubclassMediaOptions

Options used with attachment content (aka media) creation in the Azure DocumentDB database service.

System_CAPS_pubclassMediaResponse

Represents the response associated with retrieving attachment content from the Azure DocumentDB database service.

System_CAPS_pubclassRequestOptions

Encapsulates options that can be specified for different requests issued to the Azure DocumentDB database service.

System_CAPS_pubclassResourceResponse

Represents the template class used by methods returning single objects in the Azure DocumentDB database service.

System_CAPS_pubclassResourceResponseBase

Represents the non-resource specific service response headers returned by any request in the Azure DocumentDB database service.

System_CAPS_pubclassRetryOptions

RetryOptions class defines the parameters an application can set to customize the built-in retry policies in the Azure DocumentDB database service.

System_CAPS_pubclassStoredProcedureResponse

Represents the response returned from a database stored procedure in the Azure DocumentDB database service. Wraps the response body and headers.

System_CAPS_pubclassUriFactory

Helper class to assist in creating the various Uris needed for use with the DocumentClient instance in the Azure DocumentDB database service.

InterfaceDescription
System_CAPS_pubinterfaceIDocumentResponse

Interface exposed for mocking purposes for the Azure DocumentDB database service.

System_CAPS_pubinterfaceIFeedResponse

Captures APIs for responses associated with feed methods (enumeration operations) in the Azure DocumentDB database service. Interface exposed for mocking purposes.

System_CAPS_pubinterfaceIMediaResponse

Captures the APIs for responses associated with media resource in the Azure DocumentDB database service. Interface exposed for mocking purposes.

System_CAPS_pubinterfaceIPartitionResolver

Obsolete. This represents a partition resolver for a database. Given a partition key, return the collection link(s) matching the partition key in the Azure DocumentDB database service.

System_CAPS_pubinterfaceIResourceResponse

Interface exposed for mocking purposes for the Azure DocumentDB database service.

System_CAPS_pubinterfaceIResourceResponseBase

Represents the non-resource specific service response headers returned by any request in the Azure DocumentDB database service.

System_CAPS_pubinterfaceIStoredProcedureResponse

Interface exposed for mocking purposes for the Azure DocumentDB database service.

EnumerationDescription
System_CAPS_pubenumAccessConditionType

Specifies the set of AccessCondition types that can be used for operations in the Azure DocumentDB database service.

System_CAPS_pubenumConnectionMode

Represents the connection mode to be used by the client when connecting to the Azure DocumentDB database service.

System_CAPS_pubenumMediaReadMode

Represents the mode for use with downloading attachment content (a.k.a. media) in the Azure DocumentDB database service.

System_CAPS_pubenumProtocol

Specifies the protocol to be used by DocumentClient for communicating to the Azure DocumentDB service.

Return to top
Show: