ResourceFeedReaderClientExtensions.CreateConflictFeedReader Method (DocumentClient, String, FeedOptions)
Creates a Feed Reader for Conflicts from the Azure DocumentDB database service.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Syntax
public static ResourceFeedReader<Conflict> CreateConflictFeedReader(
this DocumentClient client,
string conflictsLink,
FeedOptions options = null
)
public:
[ExtensionAttribute]
static ResourceFeedReader<Conflict^>^ CreateConflictFeedReader(
DocumentClient^ client,
String^ conflictsLink,
FeedOptions^ options = null
)
<ExtensionAttribute>
Public Shared Function CreateConflictFeedReader (
client As DocumentClient,
conflictsLink As String,
options As FeedOptions
) As ResourceFeedReader(Of Conflict)
Parameters
client
Type: Microsoft.Azure.Documents.Client.DocumentClientThe DocumentClient instance.
conflictsLink
Type: System.StringThe link for conflicts
options
Type: Microsoft.Azure.Documents.Client.FeedOptionsthe FeedOptions options for the request.
Return Value
Type: Microsoft.Azure.Documents.Client.ResourceFeedReader<Conflict>
A ResourceFeedReader<T> instance.
See Also
ResourceFeedReaderClientExtensions Class
Microsoft.Azure.Documents.Client Namespace
Return to top