IChangeFeedDocumentClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IDocumentClient interface captures the API required to handle change feed processing logic
public interface IChangeFeedDocumentClient
type IChangeFeedDocumentClient = interface
Public Interface IChangeFeedDocumentClient
- Derived
Methods
CreateDocumentAsync(String, Object, RequestOptions, Boolean, CancellationToken) |
Creates a Document as an asychronous operation in the Azure DocumentDB database service. |
CreateDocumentChangeFeedQuery(String, ChangeFeedOptions) |
Method to create a change feed query for documents. |
CreateDocumentQuery<T>(String, SqlQuerySpec, FeedOptions) |
Extension method to create a query for documents in the Azure DocumentDB database service. |
DeleteDocumentAsync(Uri, RequestOptions, CancellationToken) |
Delete a Document as an asynchronous operation in the Azure DocumentDB database service. |
ReadDatabaseAsync(Uri, RequestOptions) |
Reads a Database as an asynchronous operation in the Azure DocumentDB database service. |
ReadDocumentAsync(Uri, RequestOptions, CancellationToken) |
Reads a Document as an asynchronous operation in the Azure DocumentDB database service. |
ReadDocumentCollectionAsync(Uri, RequestOptions) |
Reads a DocumentCollection as an asynchronous operation in the Azure DocumentDB database service. |
ReadPartitionKeyRangeFeedAsync(String, FeedOptions) |
Reads the feed (sequence) of PartitionKeyRange for a database account from the Azure Cosmos DB service as an asynchronous operation. |
ReplaceDocumentAsync(Uri, Object, RequestOptions, CancellationToken) |
Replaces a Document as an asynchronous operation in the Azure DocumentDB database service. |
Applies to
Azure SDK for .NET