IDocumentClient.ReadDatabaseFeedAsync
Method
Definition
Reads the feed (sequence) of Database for a database account as an asynchronous operation in the Azure DocumentDB database service.
public System.Threading.Tasks.Task<Microsoft.Azure.Documents.Client.FeedResponse<Microsoft.Azure.Documents.Database>> ReadDatabaseFeedAsync (Microsoft.Azure.Documents.Client.FeedOptions options = null);
Parameters
- options
- FeedOptions
(Optional) The FeedOptionsfor this request.
Returns
A System.Threading.Tasks containing a ResourceResponse<TResource> which wraps a Database containing the read resource record.