DocumentClient.readConflicts(String collectionLink, FeedOptions options) 方法
定义
Reads all conflicts in a document collection.
public FeedResponse<Conflict> readConflicts(String collectionLink, FeedOptions options)
参数
- collectionLink
- String
the collection link.
- options
- FeedOptions
the feed options.
返回
the feed response with the read conflicts.