IDocumentClient Interface
Definition
The IDocumentClient interface captures the API signatures of the Azure Cosmos DB service .NET SDK. See DocumentClient for implementation details.
public interface IDocumentClient
type IDocumentClient = interface
Public Interface IDocumentClient
Properties
AuthKey |
Gets the AuthKey used by the client in the Azure Cosmos DB service. |
ConnectionPolicy |
Gets the ConnectionPolicy used by the client in the Azure Cosmos DB service. |
ConsistencyLevel |
Gets the configured ConsistencyLevel of the client in the Azure Cosmos DB service. |
ReadEndpoint |
Gets the current read endpoint chosen based on availability and preference in the Azure Cosmos DB service. |
ServiceEndpoint |
Gets the endpoint Uri for the service endpoint in the Azure Cosmos DB service. |
Session |
Gets or sets the session object used for session consistency version tracking in the Azure Cosmos DB service. |
WriteEndpoint |
Gets the current write endpoint chosen based on availability and preference in the Azure Cosmos DB service. |
Methods
CreateAttachmentAsync(String, Object, RequestOptions) |
Creates an attachment as an asychronous operation in the Azure Cosmos DB service. |
CreateAttachmentAsync(String, Stream, MediaOptions, RequestOptions) |
Creates an attachment with the contents of the provided |
CreateAttachmentAsync(Uri, Object, RequestOptions) |
Creates an attachment as an asychronous operation in the Azure Cosmos DB service. |
CreateAttachmentAsync(Uri, Stream, MediaOptions, RequestOptions) |
Creates an attachment as an asynchronous operation in the Azure Cosmos DB service. |
CreateAttachmentQuery(String, FeedOptions) |
Overloaded. This method creates a query for attachments in the Azure Cosmos DB service. It returns an IOrderedQueryable{Attachment}. |
CreateAttachmentQuery(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for attachments by using a SQL statement with parameterized values in the Azure Cosmos DB service. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateAttachmentQuery(String, String, FeedOptions) |
Overloaded. This method creates a query for attachments by using a SQL statement in the Azure Cosmos DB service. It returns an IQueryable{dynamic}. |
CreateAttachmentQuery(Uri, FeedOptions) |
Method to create a query for attachments in the Azure Cosmos DB service. |
CreateAttachmentQuery(Uri, SqlQuerySpec, FeedOptions) |
Method to create a query for attachments in the Azure Cosmos DB service. |
CreateAttachmentQuery(Uri, String, FeedOptions) |
Method to create a query for attachments in the Azure Cosmos DB service. |
CreateAttachmentQuery<T>(String, FeedOptions) |
Overloaded. This method creates a query for attachments in the Azure Cosmos DB service. |
CreateAttachmentQuery<T>(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for attachments by using a SQL statement with parameterized values in the Azure Cosmos DB service. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateAttachmentQuery<T>(String, String, FeedOptions) |
Overloaded. This method creates a query for attachments by using a SQL statement in the Azure Cosmos DB service. |
CreateAttachmentQuery<T>(Uri, FeedOptions) |
Method to create a query for attachments in the Azure Cosmos DB service. |
CreateAttachmentQuery<T>(Uri, SqlQuerySpec, FeedOptions) |
Method to create a query for attachments in the Azure Cosmos DB service. |
CreateAttachmentQuery<T>(Uri, String, FeedOptions) |
Method to create a query for attachments in the Azure Cosmos DB service. |
CreateConflictQuery(String, FeedOptions) |
Overloaded. This method creates a query for conflicts under a collection in the Azure Cosmos DB service. It returns An IOrderedQueryable{Conflict}. |
CreateConflictQuery(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for conflicts under a collection in the Azure Cosmos DB service with parameterized values. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateConflictQuery(String, String, FeedOptions) |
Overloaded. This method creates a query for conflicts under a collection in the Azure Cosmos DB service. It returns an IQueryable{Conflict}. |
CreateConflictQuery(Uri, FeedOptions) |
Method to create a query for conflicts in the Azure Cosmos DB service. |
CreateConflictQuery(Uri, SqlQuerySpec, FeedOptions) |
Method to create a query for conflicts in the Azure Cosmos DB service. |
CreateConflictQuery(Uri, String, FeedOptions) |
Method to create a query for conflicts in the Azure Cosmos DB service. |
CreateDatabaseAsync(Database, RequestOptions) |
Creates a database resource as an asychronous operation in the Azure Cosmos DB service. |
CreateDatabaseQuery(FeedOptions) |
Overloaded. This method creates a query for database resources under an account in the Azure Cosmos DB service. It returns An IOrderedQueryable{Database>. |
CreateDatabaseQuery(SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for database resources under an account by using a SQL statement with parameterized values in the Azure Cosmos DB service. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateDatabaseQuery(String, FeedOptions) |
Overloaded. This method creates a query for database resources under an account by using a SQL statement in the Azure Cosmos DB service. It returns an IQueryable{dynamic}. |
CreateDocumentAsync(String, Object, RequestOptions, Boolean) |
Creates a Document as an asychronous operation in the Azure Cosmos DB service. |
CreateDocumentAsync(Uri, Object, RequestOptions, Boolean) |
Creates a document as an asychronous operation in the Azure Cosmos DB service. |
CreateDocumentCollectionAsync(String, DocumentCollection, RequestOptions) |
Creates a collection as an asychronous operation in the Azure Cosmos DB service. |
CreateDocumentCollectionAsync(Uri, DocumentCollection, RequestOptions) |
Creates a collection as an asychronous operation in the Azure Cosmos DB service. |
CreateDocumentCollectionQuery(String, FeedOptions) |
Overloaded. This method creates a query for collections under an Azure Cosmos DB service. It returns An IOrderedQueryable{DocumentCollection>. |
CreateDocumentCollectionQuery(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for collections under an Azure Cosmos DB database using a SQL statement with parameterized values. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateDocumentCollectionQuery(String, String, FeedOptions) |
Overloaded. This method creates a query for collections under an Azure Cosmos DB database using a SQL statement. It returns an IQueryable{DocumentCollection}. |
CreateDocumentCollectionQuery(Uri, FeedOptions) |
Method to create a query for document collections in the Azure Cosmos DB service. |
CreateDocumentCollectionQuery(Uri, SqlQuerySpec, FeedOptions) |
Method to create a query for document collections in the Azure Cosmos DB service. |
CreateDocumentCollectionQuery(Uri, String, FeedOptions) |
Method to create a query for document collections in the Azure Cosmos DB service. |
CreateDocumentQuery(String, FeedOptions) |
Overloaded. This method creates a query for documents under a collection in the Azure Cosmos DB service. It returns IOrderedQueryable{Document}. |
CreateDocumentQuery(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for documents under a collection in the Azure Cosmos DB service using a SQL statement with parameterized values. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateDocumentQuery(String, String, FeedOptions) |
Overloaded. This method creates a query for documents under a collection in the Azure Cosmos DB service using a SQL statement. It returns an IQueryable{dynamic}. |
CreateDocumentQuery(Uri, FeedOptions) |
Method to create a query for documents in the Azure Cosmos DB service. |
CreateDocumentQuery(Uri, SqlQuerySpec, FeedOptions) |
Method to create a query for documents in the Azure Cosmos DB service. |
CreateDocumentQuery(Uri, String, FeedOptions) |
Method to create a query for documents in the Azure Cosmos DB service. |
CreateDocumentQuery<T>(String, FeedOptions) |
Overloaded. This method creates a query for documents under a collection in the Azure Cosmos DB service. |
CreateDocumentQuery<T>(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for documents under a collection in the Azure Cosmos DB service using a SQL statement with parameterized values. It returns an IQueryable{T}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateDocumentQuery<T>(String, String, FeedOptions) |
Overloaded. This method creates a query for documents under a collection in the Azure Cosmos DB service using a SQL statement. It returns an IQueryable{T}. |
CreateDocumentQuery<T>(Uri, FeedOptions) |
Method to create a query for documents in the Azure Cosmos DB service. |
CreateDocumentQuery<T>(Uri, SqlQuerySpec, FeedOptions) |
Method to create a query for documents in the Azure Cosmos DB service. |
CreateDocumentQuery<T>(Uri, String, FeedOptions) |
Method to create a query for documents in the Azure Cosmos DB service. |
CreateOfferQuery(FeedOptions) |
Overloaded. This method creates a query for offers under an Azure Cosmos DB service account. It returns IOrderedQueryable{Offer}. |
CreateOfferQuery(SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for offers under an Azure Cosmos DB service account using a SQL statement with parameterized values. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateOfferQuery(String, FeedOptions) |
Overloaded. This method creates a query for offers under an Azure Cosmos DB service account using a SQL statement. It returns IQueryable{dynamic}. |
CreatePermissionAsync(String, Permission, RequestOptions) |
Creates a permission on a user object as an asychronous operation in the Azure Cosmos DB service. |
CreatePermissionAsync(Uri, Permission, RequestOptions) |
Creates a permission as an asychronous operation in the Azure Cosmos DB service. |
CreatePermissionQuery(String, FeedOptions) |
Overloaded. This method creates a query for permissions under a user in the Azure Cosmos DB service. It returns IOrderedQueryable{Permission}. |
CreatePermissionQuery(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for permissions under a user in the Azure Cosmos DB service using a SQL statement with parameterized values. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreatePermissionQuery(String, String, FeedOptions) |
Overloaded. This method creates a query for permissions under a user in the Azure Cosmos DB service using a SQL statement. It returns IQueryable{dynamic}. |
CreatePermissionQuery(Uri, FeedOptions) |
Method to create a query for permissions in the Azure Cosmos DB service. |
CreatePermissionQuery(Uri, SqlQuerySpec, FeedOptions) |
Method to create a query for permissions in the Azure Cosmos DB service. |
CreatePermissionQuery(Uri, String, FeedOptions) |
Method to create a query for permissions in the Azure Cosmos DB service. |
CreateStoredProcedureAsync(String, StoredProcedure, RequestOptions) |
Creates a stored procedure as an asychronous operation in the Azure Cosmos DB service. |
CreateStoredProcedureAsync(Uri, StoredProcedure, RequestOptions) |
Creates a stored procedure as an asychronous operation in the Azure Cosmos DB service. |
CreateStoredProcedureQuery(String, FeedOptions) |
Overloaded. This method creates a query for stored procedures under a collection in the Azure Cosmos DB service. It returns An IOrderedQueryable{StoredProcedure>. |
CreateStoredProcedureQuery(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for stored procedures under a collection in the Azure Cosmos DB service using a SQL statement using a SQL statement with parameterized values. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateStoredProcedureQuery(String, String, FeedOptions) |
Overloaded. This method creates a query for stored procedures under a collection in the Azure Cosmos DB service using a SQL statement. It returns an IQueryable{dynamic}. |
CreateStoredProcedureQuery(Uri, FeedOptions) |
Method to create query for stored procedures in the Azure Cosmos DB service. |
CreateStoredProcedureQuery(Uri, SqlQuerySpec, FeedOptions) |
Method to create query for stored procedures in the Azure Cosmos DB service. |
CreateStoredProcedureQuery(Uri, String, FeedOptions) |
Method to create query for stored procedures in the Azure Cosmos DB service. |
CreateTriggerAsync(String, Trigger, RequestOptions) |
Creates a trigger as an asychronous operation in the Azure Cosmos DB service. |
CreateTriggerAsync(Uri, Trigger, RequestOptions) |
Creates a trigger as an asychronous operation in the Azure Cosmos DB service. |
CreateTriggerQuery(String, FeedOptions) |
Overloaded. This method creates a query for triggers under a collection in the Azure Cosmos DB service. It returns An IOrderedQueryable{Trigger>. |
CreateTriggerQuery(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for triggers under a collection in the Azure Cosmos DB service using a SQL statement with parameterized values. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateTriggerQuery(String, String, FeedOptions) |
Overloaded. This method creates a query for triggers under a collection in the Azure Cosmos DB service. It returns an IQueryable{dynamic}. |
CreateTriggerQuery(Uri, FeedOptions) |
Method to create query for triggers in the Azure Cosmos DB service. |
CreateTriggerQuery(Uri, SqlQuerySpec, FeedOptions) |
Method to create query for triggers in the Azure Cosmos DB service. |
CreateTriggerQuery(Uri, String, FeedOptions) |
Method to create query for triggers in the Azure Cosmos DB service. |
CreateUserAsync(String, User, RequestOptions) |
Creates a user object as an asychronous operation in the Azure Cosmos DB service. |
CreateUserAsync(Uri, User, RequestOptions) |
Creates a user as an asychronous operation in the Azure Cosmos DB service. |
CreateUserDefinedFunctionAsync(String, UserDefinedFunction, RequestOptions) |
Creates a user defined function as an asychronous operation in the Azure Cosmos DB service. |
CreateUserDefinedFunctionAsync(Uri, UserDefinedFunction, RequestOptions) |
Creates a user defined function as an asychronous operation in the Azure Cosmos DB service. |
CreateUserDefinedFunctionQuery(String, FeedOptions) |
Overloaded. This method creates a query for udfs under a collection in the Azure Cosmos DB service. It returns An IOrderedQueryable{UserDefinedFunction>. |
CreateUserDefinedFunctionQuery(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for udfs under a collection in the Azure Cosmos DB service with parameterized values. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateUserDefinedFunctionQuery(String, String, FeedOptions) |
Overloaded. This method creates a query for udfs under a collection in the Azure Cosmos DB service using a SQL statement. It returns an IQueryable{dynamic}. |
CreateUserDefinedFunctionQuery(Uri, FeedOptions) |
Method to create a query for user-defined functions in the Azure Cosmos DB service. |
CreateUserDefinedFunctionQuery(Uri, SqlQuerySpec, FeedOptions) |
Method to create a query for user-defined functions in the Azure Cosmos DB service. |
CreateUserDefinedFunctionQuery(Uri, String, FeedOptions) |
Method to create a query for user-defined functions in the Azure Cosmos DB service. |
CreateUserQuery(String, FeedOptions) |
Overloaded. This method creates a query for users under an Azure Cosmos DB service. It returns IOrderedQueryable{User}. |
CreateUserQuery(String, SqlQuerySpec, FeedOptions) |
Overloaded. This method creates a query for users under an Azure Cosmos DB database using a SQL statement with parameterized values. It returns an IQueryable{dynamic}. For more information on preparing SQL statements with parameterized values, please see SqlQuerySpec. |
CreateUserQuery(String, String, FeedOptions) |
Overloaded. This method creates a query for users under an Azure Cosmos DB service. It returns IQueryable{dyanamic}. |
CreateUserQuery(Uri, FeedOptions) |
Method to create a query for users in the Azure Cosmos DB service. |
CreateUserQuery(Uri, SqlQuerySpec, FeedOptions) |
Method to create a query for users in the Azure Cosmos DB service. |
CreateUserQuery(Uri, String, FeedOptions) |
Method to create a query for users in the Azure Cosmos DB service. |
DeleteAttachmentAsync(String, RequestOptions) |
Delete an Attachment from the database as an asynchronous operation in the Azure Cosmos DB service. |
DeleteAttachmentAsync(Uri, RequestOptions) |
Delete an attachment as an asynchronous operation in the Azure Cosmos DB service. |
DeleteConflictAsync(String, RequestOptions) |
Delete a Conflict as an asynchronous operation in the Azure Cosmos DB service. |
DeleteConflictAsync(Uri, RequestOptions) |
Delete a conflict as an asynchronous operation in the Azure Cosmos DB service. |
DeleteDatabaseAsync(String, RequestOptions) |
Delete a Database as an asynchronous operation in the Azure Cosmos DB service. |
DeleteDatabaseAsync(Uri, RequestOptions) |
Delete a database as an asynchronous operation in the Azure Cosmos DB service. |
DeleteDocumentAsync(String, RequestOptions) |
Delete a Document as an asynchronous operation in the Azure Cosmos DB service. |
DeleteDocumentAsync(Uri, RequestOptions) |
Delete a document as an asynchronous operation in the Azure Cosmos DB service. |
DeleteDocumentCollectionAsync(String, RequestOptions) |
Delete a DocumentCollection as an asynchronous operation in the Azure Cosmos DB service. |
DeleteDocumentCollectionAsync(Uri, RequestOptions) |
Delete a collection as an asynchronous operation in the Azure Cosmos DB service. |
DeletePermissionAsync(String, RequestOptions) |
Delete a Permission as an asynchronous operation in the Azure Cosmos DB service. |
DeletePermissionAsync(Uri, RequestOptions) |
Delete a permission as an asynchronous operation in the Azure Cosmos DB service. |
DeleteStoredProcedureAsync(String, RequestOptions) |
Delete a StoredProcedure as an asynchronous operation in the Azure Cosmos DB service. |
DeleteStoredProcedureAsync(Uri, RequestOptions) |
Delete a stored procedure as an asynchronous operation in the Azure Cosmos DB service. |
DeleteTriggerAsync(String, RequestOptions) |
Delete a Trigger as an asynchronous operation in the Azure Cosmos DB service. |
DeleteTriggerAsync(Uri, RequestOptions) |
Delete a trigger as an asynchronous operation in the Azure Cosmos DB service. |
DeleteUserAsync(String, RequestOptions) |
Delete a User as an asynchronous operation in the Azure Cosmos DB service. |
DeleteUserAsync(Uri, RequestOptions) |
Delete a user as an asynchronous operation in the Azure Cosmos DB service. |
DeleteUserDefinedFunctionAsync(String, RequestOptions) |
Delete a UserDefinedFunction as an asynchronous operation in the Azure Cosmos DB service. |
DeleteUserDefinedFunctionAsync(Uri, RequestOptions) |
Delete a user defined function as an asynchronous operation in the Azure Cosmos DB service. |
ExecuteStoredProcedureAsync<TValue>(String, Object[]) |
Executes a stored procedure against a collection as an asynchronous operation in the Azure Cosmos DB service. |
ExecuteStoredProcedureAsync<TValue>(String, RequestOptions, Object[]) |
Executes a stored procedure against a partitioned collection as an asynchronous operation in the Azure Cosmos DB service, specifiying a target partition. |
ExecuteStoredProcedureAsync<TValue>(Uri, Object[]) |
Executes a stored procedure against a collection as an asynchronous operation in the Azure Cosmos DB service. |
ExecuteStoredProcedureAsync<TValue>(Uri, RequestOptions, Object[]) |
Executes a stored procedure against a collection as an asynchronous operation in the Azure Cosmos DB service. |
GetDatabaseAccountAsync() |
Read the DatabaseAccount as an asynchronous operation in the Azure Cosmos DB service. |
ReadAttachmentAsync(String, RequestOptions) |
Reads an Attachment as an asynchronous operation in the Azure Cosmos DB service. |
ReadAttachmentAsync(Uri, RequestOptions) |
Reads an Attachment as an asynchronous operation in the Azure Cosmos DB service. |
ReadAttachmentFeedAsync(String, FeedOptions) |
Reads the feed (sequence) of Attachment for a document as an asynchronous operation in the Azure Cosmos DB service. |
ReadAttachmentFeedAsync(Uri, FeedOptions) |
Reads the feed (sequence) of attachments for a document as an asynchronous operation in the Azure Cosmos DB service. |
ReadConflictAsync(String, RequestOptions) |
Reads a Conflict as an asynchronous operation in the Azure Cosmos DB service. |
ReadConflictAsync(Uri, RequestOptions) |
Reads a Conflict as an asynchronous operation in the Azure Cosmos DB service. |
ReadConflictFeedAsync(String, FeedOptions) |
Reads the feed (sequence) of Conflict for a collection as an asynchronous operation in the Azure Cosmos DB service. |
ReadConflictFeedAsync(Uri, FeedOptions) |
Reads the feed (sequence) of conflicts for a collection as an asynchronous operation in the Azure Cosmos DB service. |
ReadDatabaseAsync(String, RequestOptions) |
Reads a Database as an asynchronous operation in the Azure Cosmos DB service. |
ReadDatabaseAsync(Uri, RequestOptions) |
Reads a Database as an asynchronous operation in the Azure Cosmos DB service. |
ReadDatabaseFeedAsync(FeedOptions) |
Reads the feed (sequence) of Database for a database account as an asynchronous operation in the Azure Cosmos DB service. |
ReadDocumentAsync(String, RequestOptions) |
Reads a Document as an asynchronous operation in the Azure Cosmos DB service. |
ReadDocumentAsync(Uri, RequestOptions) |
Reads a Document as an asynchronous operation in the Azure Cosmos DB service. |
ReadDocumentCollectionAsync(String, RequestOptions) |
Reads a DocumentCollection as an asynchronous operation in the Azure Cosmos DB service. |
ReadDocumentCollectionAsync(Uri, RequestOptions) |
Reads a DocumentCollection as an asynchronous operation in the Azure Cosmos DB service. |
ReadDocumentCollectionFeedAsync(String, FeedOptions) |
Reads the feed (sequence) of DocumentCollection for a database as an asynchronous operation in the Azure Cosmos DB service. |
ReadDocumentCollectionFeedAsync(Uri, FeedOptions) |
Reads the feed (sequence) of collections for a database as an asynchronous operation in the Azure Cosmos DB service. |
ReadDocumentFeedAsync(String, FeedOptions) |
Reads the feed (sequence) of documents for a specified collection in the Azure Cosmos DB service. This takes returns a ResourceResponse<TResource> which will contain an enumerable list of dynamic objects. |
ReadDocumentFeedAsync(Uri, FeedOptions) |
Reads the feed (sequence) of documents for a collection as an asynchronous operation in the Azure Cosmos DB service. |
ReadMediaAsync(String) |
Retrieves the specified attachment content (aka media) in the Azure Cosmos DB service. |
ReadMediaMetadataAsync(String) |
Retrieves the metadata associated with the specified attachment content (aka media) as an asynchronous operation in the Azure Cosmos DB service. |
ReadOfferAsync(String) |
Reads an Offer as an asynchronous operation in the Azure Cosmos DB service. |
ReadOffersFeedAsync(FeedOptions) |
Reads the feed (sequence) of Offer for a database account as an asynchronous operation in the Azure Cosmos DB service. |
ReadPermissionAsync(String, RequestOptions) |
Reads a Permission as an asynchronous operation in the Azure Cosmos DB service. |
ReadPermissionAsync(Uri, RequestOptions) |
Reads a Permission resource as an asynchronous operation in the Azure Cosmos DB service. |
ReadPermissionFeedAsync(String, FeedOptions) |
Reads the feed (sequence) of Permission for a user as an asynchronous operation in the Azure Cosmos DB service. |
ReadPermissionFeedAsync(Uri, FeedOptions) |
Reads the feed (sequence) of permissions for a user as an asynchronous operation in the Azure Cosmos DB service. |
ReadStoredProcedureAsync(String, RequestOptions) |
Reads a StoredProcedure as an asynchronous operation in the Azure Cosmos DB service. |
ReadStoredProcedureAsync(Uri, RequestOptions) |
Reads a StoredProcedure as an asynchronous operation in the Azure Cosmos DB service. |
ReadStoredProcedureFeedAsync(String, FeedOptions) |
Reads the feed (sequence) of StoredProcedure for a collection as an asynchronous operation in the Azure Cosmos DB service. |
ReadStoredProcedureFeedAsync(Uri, FeedOptions) |
Reads the feed (sequence) of stored procedures for a collection as an asynchronous operation in the Azure Cosmos DB service. |
ReadTriggerAsync(String, RequestOptions) |
Reads a Trigger as an asynchronous operation in the Azure Cosmos DB service. |
ReadTriggerAsync(Uri, RequestOptions) |
Reads a Trigger as an asynchronous operation in the Azure Cosmos DB service. |
ReadTriggerFeedAsync(String, FeedOptions) |
Reads the feed (sequence) of Trigger for a collection as an asynchronous operation in the Azure Cosmos DB service. |
ReadTriggerFeedAsync(Uri, FeedOptions) |
Reads the feed (sequence) of triggers for a collection as an asynchronous operation in the Azure Cosmos DB service. |
ReadUserAsync(String, RequestOptions) |
Reads a User as an asynchronous operation in the Azure Cosmos DB service. |
ReadUserAsync(Uri, RequestOptions) |
Reads a User as an asynchronous operation in the Azure Cosmos DB service. |
ReadUserDefinedFunctionAsync(String, RequestOptions) |
Reads a UserDefinedFunction as an asynchronous operation in the Azure Cosmos DB service. |
ReadUserDefinedFunctionAsync(Uri, RequestOptions) |
Reads a UserDefinedFunction as an asynchronous operation in the Azure Cosmos DB service. |
ReadUserDefinedFunctionFeedAsync(String, FeedOptions) |
Reads the feed (sequence) of UserDefinedFunction for a collection as an asynchronous operation in the Azure Cosmos DB service. |
ReadUserDefinedFunctionFeedAsync(Uri, FeedOptions) |
Reads the feed (sequence) of user defined functions for a collection as an asynchronous operation in the Azure Cosmos DB service. |
ReadUserFeedAsync(String, FeedOptions) |
Reads the feed (sequence) of User for a database as an asynchronous operation in the Azure Cosmos DB service. |
ReadUserFeedAsync(Uri, FeedOptions) |
Reads the feed (sequence) of users for a database as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceAttachmentAsync(Attachment, RequestOptions) |
Replaces a Attachment as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceAttachmentAsync(Uri, Attachment, RequestOptions) |
Replaces an attachment as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceDocumentAsync(Document, RequestOptions) |
Replaces a Document as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceDocumentAsync(String, Object, RequestOptions) |
Replaces a Document as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceDocumentAsync(Uri, Object, RequestOptions) |
Replaces a document as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceDocumentCollectionAsync(DocumentCollection, RequestOptions) |
Replaces a document collection as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceDocumentCollectionAsync(Uri, DocumentCollection, RequestOptions) |
Replaces a document collection as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceOfferAsync(Offer) |
Replaces a Offer as an asynchronous operation in the Azure Cosmos DB service. |
ReplacePermissionAsync(Permission, RequestOptions) |
Replaces a Permission as an asynchronous operation in the Azure Cosmos DB service. |
ReplacePermissionAsync(Uri, Permission, RequestOptions) |
Replaces a permission as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceStoredProcedureAsync(StoredProcedure, RequestOptions) |
Replaces a StoredProcedure as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceStoredProcedureAsync(Uri, StoredProcedure, RequestOptions) |
Replace the specified stored procedure in the Azure Cosmos DB service. |
ReplaceTriggerAsync(Trigger, RequestOptions) |
Replaces a Trigger as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceTriggerAsync(Uri, Trigger, RequestOptions) |
Replaces a trigger as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceUserAsync(Uri, User, RequestOptions) |
Replaces a user as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceUserAsync(User, RequestOptions) |
Replaces a User as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceUserDefinedFunctionAsync(Uri, UserDefinedFunction, RequestOptions) |
Replaces a user defined function as an asynchronous operation in the Azure Cosmos DB service. |
ReplaceUserDefinedFunctionAsync(UserDefinedFunction, RequestOptions) |
Replaces a UserDefinedFunction as an asynchronous operation in the Azure Cosmos DB service. |
UpdateMediaAsync(String, Stream, MediaOptions) |
Replaces the specified media's content as an asynchronous operation in the Azure Cosmos DB service. |
UpsertAttachmentAsync(String, Object, RequestOptions) |
Upserts an attachment as an asychronous operation in the Azure Cosmos DB service. |
UpsertAttachmentAsync(String, Stream, MediaOptions, RequestOptions) |
Upserts an attachment with the contents of the provided |
UpsertAttachmentAsync(Uri, Object, RequestOptions) |
Upserts an attachment as an asychronous operation in the Azure Cosmos DB service. |
UpsertAttachmentAsync(Uri, Stream, MediaOptions, RequestOptions) |
Upserts an attachment as an asynchronous operation in the Azure Cosmos DB service. |
UpsertDocumentAsync(String, Object, RequestOptions, Boolean) |
Upserts a Document as an asychronous operation in the Azure Cosmos DB service. |
UpsertDocumentAsync(Uri, Object, RequestOptions, Boolean) |
Upserts a document as an asychronous operation in the Azure Cosmos DB service. |
UpsertPermissionAsync(String, Permission, RequestOptions) |
Upserts a permission on a user object as an asychronous operation in the Azure Cosmos DB service. |
UpsertPermissionAsync(Uri, Permission, RequestOptions) |
Upserts a permission as an asychronous operation in the Azure Cosmos DB service. |
UpsertStoredProcedureAsync(String, StoredProcedure, RequestOptions) |
Upserts a stored procedure as an asychronous operation in the Azure Cosmos DB service. |
UpsertStoredProcedureAsync(Uri, StoredProcedure, RequestOptions) |
Upserts a stored procedure as an asychronous operation in the Azure Cosmos DB service. |
UpsertTriggerAsync(String, Trigger, RequestOptions) |
Upserts a trigger as an asychronous operation in the Azure Cosmos DB service. |
UpsertTriggerAsync(Uri, Trigger, RequestOptions) |
Upserts a trigger as an asychronous operation in the Azure Cosmos DB service. |
UpsertUserAsync(String, User, RequestOptions) |
Upserts a permission on a user object as an asychronous operation in the Azure Cosmos DB service. |
UpsertUserAsync(Uri, User, RequestOptions) |
Upserts a user as an asychronous operation in the Azure Cosmos DB service. |
UpsertUserDefinedFunctionAsync(String, UserDefinedFunction, RequestOptions) |
Upserts a user defined function as an asychronous operation in the Azure Cosmos DB service. |
UpsertUserDefinedFunctionAsync(Uri, UserDefinedFunction, RequestOptions) |
Upserts a user defined function as an asychronous operation in the Azure Cosmos DB service. |