DocumentClient.readCollection(String collectionLink, RequestOptions options)
Method
Definition
public ResourceResponse<DocumentCollection> readCollection(String collectionLink, RequestOptions options)
Parameters
- collectionLink
- String
the collection link.
- options
- RequestOptions
the request options.
Returns
the resource response with the read collection.
Exceptions
DocumentClientException
the document client exception.