Permalink
Fetching contributors…
Cannot retrieve contributors at this time
172 lines (172 sloc) 7.69 KB
<Type Name="Conflict" FullName="Microsoft.Azure.Documents.Conflict">
<TypeSignature Language="C#" Value="public class Conflict : Microsoft.Azure.Documents.Resource" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Conflict extends Microsoft.Azure.Documents.Resource" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Documents.Conflict" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Documents.Resource</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
This is the conflicting resource resulting from a concurrent async operation in the Azure DocumentDB database service.
</summary>
<remarks>
On rare occasions, during an async operation (insert, replace and delete), a version conflict may occur on a resource.
The conflicting resource is persisted as a Conflict resource.
Inspecting Conflict resources will allow you to determine which operations and resources resulted in conflicts.
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Conflict ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Conflict.#ctor" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initialize a new instance of a Conflict class in the Azure DocumentDB database service.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetResource&lt;T&gt;">
<MemberSignature Language="C#" Value="public T GetResource&lt;T&gt; () where T : Microsoft.Azure.Documents.Resourcenew();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance !!T GetResource&lt;.ctor (class Microsoft.Azure.Documents.Resource) T&gt;() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Conflict.GetResource``1" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>T</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T">
<Constraints>
<ParameterAttribute>DefaultConstructorConstraint</ParameterAttribute>
<BaseTypeName>Microsoft.Azure.Documents.Resource</BaseTypeName>
</Constraints>
</TypeParameter>
</TypeParameters>
<Parameters />
<Docs>
<typeparam name="T">The returned type of conflicting resource.</typeparam>
<summary>
Gets the conflicting resource in the Azure DocumentDB database service.
</summary>
<returns>The conflicting resource.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="OperationKind">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Documents.OperationKind OperationKind { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Azure.Documents.OperationKind OperationKind" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Conflict.OperationKind" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Documents.OperationKind</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the operation that resulted in the conflict in the Azure DocumentDB database service.
</summary>
<value>
One of the values of the <see cref="P:Microsoft.Azure.Documents.Conflict.OperationKind" /> enumeration.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResourceType">
<MemberSignature Language="C#" Value="public Type ResourceType { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Type ResourceType" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Conflict.ResourceType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Type</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the type of the conflicting resource in the Azure DocumentDB database service.
</summary>
<value>
The type of the resource.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SourceResourceId">
<MemberSignature Language="C#" Value="public string SourceResourceId { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string SourceResourceId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Conflict.SourceResourceId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the resource ID for the conflict in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>