IDocumentClient.ReadUserFeedAsync Method

Definition

Overloads

ReadUserFeedAsync(String, FeedOptions)

Reads the feed (sequence) of User for a database as an asynchronous operation in the Azure DocumentDB database service.

ReadUserFeedAsync(Uri, FeedOptions)

Reads the feed (sequence) of users for a database as an asynchronous operation in the Azure DocumentDB database service.

ReadUserFeedAsync(String, FeedOptions)

Reads the feed (sequence) of User for a database as an asynchronous operation in the Azure DocumentDB database service.

public System.Threading.Tasks.Task<Microsoft.Azure.Documents.Client.FeedResponse<Microsoft.Azure.Documents.User>> ReadUserFeedAsync (string databaseLink, Microsoft.Azure.Documents.Client.FeedOptions options = null);
Parameters
databaseLink
String

The link of the parent database resource.

options
FeedOptions

(Optional) The FeedOptionsfor this request.

Returns

A System.Threading.Tasks containing a ResourceResponse<TResource> which wraps a User containing the read resource record.

ReadUserFeedAsync(Uri, FeedOptions)

Reads the feed (sequence) of users for a database as an asynchronous operation in the Azure DocumentDB database service.

public System.Threading.Tasks.Task<Microsoft.Azure.Documents.Client.FeedResponse<Microsoft.Azure.Documents.User>> ReadUserFeedAsync (Uri databaseUri, Microsoft.Azure.Documents.Client.FeedOptions options = null);
Parameters
databaseUri
Uri

The URI of the parent database.

options
FeedOptions

(Optional) The FeedOptions for the request.

Returns

The task object representing the service response for the asynchronous operation.