DocumentClient.readDocuments(String collectionLink, FeedOptions options) Method

Definition

Reads all documents in a document collection.

public FeedResponse<Document> readDocuments(String collectionLink, FeedOptions options)

Parameters

collectionLink
java.lang.String

the collection link.

options
FeedOptions

the feed options.

Returns

the feed response with read documents.

Applies to