DocumentClient.queryConflicts 方法
定义
重载
queryConflicts(String collectionLink, SqlQuerySpec querySpec, FeedOptions options) |
Query for conflicts.
|
queryConflicts(String collectionLink, String query, FeedOptions options) |
Query for conflicts.
|
queryConflicts(String collectionLink, SqlQuerySpec querySpec, FeedOptions options)
Query for conflicts.
public FeedResponse<Conflict> queryConflicts(String collectionLink, SqlQuerySpec querySpec, FeedOptions options)
参数
- collectionLink
- String
the collection link.
- querySpec
- SqlQuerySpec
the SQL query specification.
- options
- FeedOptions
the feed options.
返回
the feed response of the obtained conflicts.
queryConflicts(String collectionLink, String query, FeedOptions options)
Query for conflicts.
public FeedResponse<Conflict> queryConflicts(String collectionLink, String query, FeedOptions options)
参数
- collectionLink
- String
the collection link.
- query
- String
the query.
- options
- FeedOptions
the feed options.
返回
the feed response of the obtained conflicts.