ChangeFeedDocumentClient Class
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.
Adapts DocumentClient to IChangeFeedDocumentClient.
public class ChangeFeedDocumentClient : Microsoft.Azure.Documents.ChangeFeedProcessor.DataAccess.IChangeFeedDocumentClient
type ChangeFeedDocumentClient = class
interface IChangeFeedDocumentClient
Public Class ChangeFeedDocumentClient
Implements IChangeFeedDocumentClient
- Inheritance
-
ChangeFeedDocumentClient
- Implements
Constructors
ChangeFeedDocumentClient(DocumentClient) |
Initializes a new instance of the ChangeFeedDocumentClient class. |
Methods
CreateDocumentAsync(String, Object, RequestOptions, Boolean, CancellationToken) |
Creates the document. |
CreateDocumentChangeFeedQuery(String, ChangeFeedOptions) |
Creates a query to the Change Feed. |
CreateDocumentQuery<T>(String, SqlQuerySpec, FeedOptions) |
Creates an instance of IQueryable. |
DeleteDocumentAsync(Uri, RequestOptions, CancellationToken) |
Deletes the document. |
ReadDatabaseAsync(Uri, RequestOptions) |
Reads the database. |
ReadDocumentAsync(Uri, RequestOptions, CancellationToken) |
Reads a single document. |
ReadDocumentCollectionAsync(Uri, RequestOptions) |
Reads the collection. |
ReadPartitionKeyRangeFeedAsync(String, FeedOptions) |
Reads the list of Partition Key Ranges. |
ReplaceDocumentAsync(Uri, Object, RequestOptions, CancellationToken) |
Updates the document. |
Applies to
Azure SDK for .NET