Permalink
Fetching contributors…
Cannot retrieve contributors at this time
6846 lines (6846 sloc) 484 KB
<Type Name="IDocumentClient" FullName="Microsoft.Azure.Documents.IDocumentClient">
<TypeSignature Language="C#" Value="public interface IDocumentClient" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IDocumentClient" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Documents.IDocumentClient" />
<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>
<Interfaces />
<Docs>
<summary>
The IDocumentClient interface captures the API signatures of the Azure DocumentDB database service .NET SDK.
See <see cref="T:Microsoft.Azure.Documents.Client.DocumentClient" /> for implementation details.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="AuthKey">
<MemberSignature Language="C#" Value="public System.Security.SecureString AuthKey { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Security.SecureString AuthKey" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.IDocumentClient.AuthKey" />
<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.Security.SecureString</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the AuthKey used by the client in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ConnectionPolicy">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Documents.Client.ConnectionPolicy ConnectionPolicy { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Documents.Client.ConnectionPolicy ConnectionPolicy" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.IDocumentClient.ConnectionPolicy" />
<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.Client.ConnectionPolicy</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the <see cref="T:Microsoft.Azure.Documents.Client.ConnectionPolicy" /> used by the client in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ConsistencyLevel">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Documents.ConsistencyLevel ConsistencyLevel { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Azure.Documents.ConsistencyLevel ConsistencyLevel" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.IDocumentClient.ConsistencyLevel" />
<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.ConsistencyLevel</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the configured <see cref="T:Microsoft.Azure.Documents.ConsistencyLevel" /> of the client in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; CreateAttachmentAsync (string documentLink, object attachment, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; CreateAttachmentAsync(string documentLink, object attachment, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentAsync(System.String,System.Object,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="attachment" Type="System.Object" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link of the parent document for this new attachment. E.g. dbs/db_rid/colls/col_rid/docs/doc_rid/ </param>
<param name="attachment">The attachment object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Creates an attachment as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>
The <see cref="T:System.Threading.Tasks.Task" /> object representing the service response for the asynchronous operation.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; CreateAttachmentAsync (Uri documentUri, object attachment, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; CreateAttachmentAsync(class System.Uri documentUri, object attachment, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentAsync(System.Uri,System.Object,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="attachment" Type="System.Object" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentUri">The URI of the document to create an attachment for.</param>
<param name="attachment">The attachment object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Creates an attachment as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; CreateAttachmentAsync (string documentLink, System.IO.Stream mediaStream, Microsoft.Azure.Documents.Client.MediaOptions options = null, Microsoft.Azure.Documents.Client.RequestOptions requestOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; CreateAttachmentAsync(string documentLink, class System.IO.Stream mediaStream, class Microsoft.Azure.Documents.Client.MediaOptions options, class Microsoft.Azure.Documents.Client.RequestOptions requestOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentAsync(System.String,System.IO.Stream,Microsoft.Azure.Documents.Client.MediaOptions,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="mediaStream" Type="System.IO.Stream" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.MediaOptions" />
<Parameter Name="requestOptions" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link of the parent document for this new attachment. E.g. dbs/db_rid/colls/col_rid/docs/doc_rid/ </param>
<param name="mediaStream">The <see cref="T:System.IO.Stream" /> of the attachment media.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.MediaOptions" /> for the request.</param>
<param name="requestOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Creates an attachment with the contents of the provided <paramref name="mediaStream" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">If either <paramref name="documentLink" /> or <paramref name="mediaStream" /> is not set.</exception>
</Docs>
</Member>
<Member MemberName="CreateAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; CreateAttachmentAsync (Uri documentUri, System.IO.Stream mediaStream, Microsoft.Azure.Documents.Client.MediaOptions options = null, Microsoft.Azure.Documents.Client.RequestOptions requestOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; CreateAttachmentAsync(class System.Uri documentUri, class System.IO.Stream mediaStream, class Microsoft.Azure.Documents.Client.MediaOptions options, class Microsoft.Azure.Documents.Client.RequestOptions requestOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentAsync(System.Uri,System.IO.Stream,Microsoft.Azure.Documents.Client.MediaOptions,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="mediaStream" Type="System.IO.Stream" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.MediaOptions" />
<Parameter Name="requestOptions" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentUri">The URI of the document to create an attachment for.</param>
<param name="mediaStream">The stream of the attachment media.</param>
<param name="options">The media options for the request.</param>
<param name="requestOptions">The request options for the request.</param>
<summary>
Creates an attachment as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Attachment&gt; CreateAttachmentQuery (string documentLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Attachment&gt; CreateAttachmentQuery(string documentLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Attachment&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link to the parent document</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for attachments in the Azure DocumentDB database service. It returns an IOrderedQueryable{Attachment}.
</summary>
<returns>An IOrderedQueryable{Attachments} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Attachment&gt; CreateAttachmentQuery (Uri documentUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Attachment&gt; CreateAttachmentQuery(class System.Uri documentUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Attachment&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentUri">The URI of the parent document.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for attachments in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateAttachmentQuery (string documentLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateAttachmentQuery(string documentLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link to the parent document resource.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for attachments by using a SQL statement with parameterized values in the Azure DocumentDB database service. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateAttachmentQuery (string documentLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateAttachmentQuery(string documentLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link to the parent document.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for attachments by using a SQL statement in the Azure DocumentDB database service. It returns an IQueryable{dynamic}.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateAttachmentQuery (Uri documentUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateAttachmentQuery(class System.Uri documentUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentUri">The URI of the parent document.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for attachments in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateAttachmentQuery (Uri documentUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateAttachmentQuery(class System.Uri documentUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentUri">The URI of the parent document.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for attachments in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;T&gt; CreateAttachmentQuery&lt;T&gt; (string documentLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;!!T&gt; CreateAttachmentQuery&lt;T&gt;(string documentLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery``1(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">The type of object to query.</typeparam>
<param name="documentLink">The link of the parent document.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for attachments in the Azure DocumentDB database service.
</summary>
<returns>An IOrderedQueryable{T} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;T&gt; CreateAttachmentQuery&lt;T&gt; (Uri documentUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;!!T&gt; CreateAttachmentQuery&lt;T&gt;(class System.Uri documentUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery``1(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">The type of object to query.</typeparam>
<param name="documentUri">The URI of the parent document.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for attachments in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;T&gt; CreateAttachmentQuery&lt;T&gt; (string documentLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;!!T&gt; CreateAttachmentQuery&lt;T&gt;(string documentLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery``1(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="documentLink">The link of the parent document.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for attachments by using a SQL statement with parameterized values in the Azure DocumentDB database service.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>An IQueryable{T} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;T&gt; CreateAttachmentQuery&lt;T&gt; (string documentLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;!!T&gt; CreateAttachmentQuery&lt;T&gt;(string documentLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery``1(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="documentLink">The link of the parent document.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for attachments by using a SQL statement in the Azure DocumentDB database service.
</summary>
<returns>An IQueryable{T} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;T&gt; CreateAttachmentQuery&lt;T&gt; (Uri documentUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;!!T&gt; CreateAttachmentQuery&lt;T&gt;(class System.Uri documentUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery``1(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="documentUri">The URI of the parent document.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for attachments in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAttachmentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;T&gt; CreateAttachmentQuery&lt;T&gt; (Uri documentUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;!!T&gt; CreateAttachmentQuery&lt;T&gt;(class System.Uri documentUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateAttachmentQuery``1(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="documentUri">The URI of the parent document.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for attachments in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateConflictQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Conflict&gt; CreateConflictQuery (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Conflict&gt; CreateConflictQuery(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateConflictQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Conflict&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for conflicts under a collection in the Azure DocumentDB database service. It returns An IOrderedQueryable{Conflict}.
</summary>
<returns>An IOrderedQueryable{Conflict} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateConflictQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Conflict&gt; CreateConflictQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Conflict&gt; CreateConflictQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateConflictQuery(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Conflict&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for conflicts in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateConflictQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateConflictQuery (string collectionLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateConflictQuery(string collectionLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateConflictQuery(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for conflicts under a collection in the Azure DocumentDB database service with parameterized values. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateConflictQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateConflictQuery (string collectionLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateConflictQuery(string collectionLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateConflictQuery(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for conflicts under a collection in the Azure DocumentDB database service. It returns an IQueryable{Conflict}.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateConflictQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateConflictQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateConflictQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateConflictQuery(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for conflicts in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateConflictQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateConflictQuery (Uri documentCollectionUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateConflictQuery(class System.Uri documentCollectionUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateConflictQuery(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for conflicts in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDatabaseAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt; CreateDatabaseAsync (Microsoft.Azure.Documents.Database database, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Database&gt;&gt; CreateDatabaseAsync(class Microsoft.Azure.Documents.Database database, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDatabaseAsync(Microsoft.Azure.Documents.Database,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="database" Type="Microsoft.Azure.Documents.Database" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="database">The specification for the <see cref="T:Microsoft.Azure.Documents.Database" /> to create.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Creates a database resource as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The <see cref="T:Microsoft.Azure.Documents.Database" /> that was created within a task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDatabaseQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Database&gt; CreateDatabaseQuery (Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Database&gt; CreateDatabaseQuery(class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDatabaseQuery(Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Database&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for database resources under an account in the Azure DocumentDB database service. It returns An IOrderedQueryable{Database&gt;.
</summary>
<returns>An IOrderedQueryable{Database} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDatabaseQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateDatabaseQuery (Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateDatabaseQuery(class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDatabaseQuery(Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for database resources under an account by using a SQL statement with parameterized values in the Azure DocumentDB database service. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDatabaseQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateDatabaseQuery (string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateDatabaseQuery(string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDatabaseQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for database resources under an account by using a SQL statement in the Azure DocumentDB database service. It returns an IQueryable{dynamic}.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; CreateDocumentAsync (string collectionLink, object document, Microsoft.Azure.Documents.Client.RequestOptions options = null, bool disableAutomaticIdGeneration = false);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; CreateDocumentAsync(string collectionLink, object document, class Microsoft.Azure.Documents.Client.RequestOptions options, bool disableAutomaticIdGeneration) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentAsync(System.String,System.Object,Microsoft.Azure.Documents.Client.RequestOptions,System.Boolean)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="document" Type="System.Object" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
<Parameter Name="disableAutomaticIdGeneration" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> to create the document in. E.g. dbs/db_rid/colls/coll_rid/ </param>
<param name="document">The document object to create.</param>
<param name="options">(Optional) The request options you wish to set. E.g. Specifying a Trigger to execute when creating the document. <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /></param>
<param name="disableAutomaticIdGeneration">(Optional) Disables the automatic id generation, If this is True the system will throw an exception if the id property is missing from the Document.</param>
<summary>
Creates a Document as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; CreateDocumentAsync (Uri documentCollectionUri, object document, Microsoft.Azure.Documents.Client.RequestOptions options = null, bool disableAutomaticIdGeneration = false);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; CreateDocumentAsync(class System.Uri documentCollectionUri, object document, class Microsoft.Azure.Documents.Client.RequestOptions options, bool disableAutomaticIdGeneration) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentAsync(System.Uri,System.Object,Microsoft.Azure.Documents.Client.RequestOptions,System.Boolean)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="document" Type="System.Object" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
<Parameter Name="disableAutomaticIdGeneration" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection to create the document in.</param>
<param name="document">The document object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<param name="disableAutomaticIdGeneration">A flag to disable automatic id generation.</param>
<summary>
Creates a document as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentCollectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt; CreateDocumentCollectionAsync (string databaseLink, Microsoft.Azure.Documents.DocumentCollection documentCollection, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt;&gt; CreateDocumentCollectionAsync(string databaseLink, class Microsoft.Azure.Documents.DocumentCollection documentCollection, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentCollectionAsync(System.String,Microsoft.Azure.Documents.DocumentCollection,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseLink" Type="System.String" />
<Parameter Name="documentCollection" Type="Microsoft.Azure.Documents.DocumentCollection" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="databaseLink">The link of the database to create the collection in. E.g. dbs/db_rid/</param>
<param name="documentCollection">The <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> you wish to provide when creating a Collection. E.g. RequestOptions.OfferThroughput=400. </param>
<summary>
Creates a collection as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> that was created contained within a <see cref="T:System.Threading.Tasks.Task" /> object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentCollectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt; CreateDocumentCollectionAsync (Uri databaseUri, Microsoft.Azure.Documents.DocumentCollection documentCollection, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt;&gt; CreateDocumentCollectionAsync(class System.Uri databaseUri, class Microsoft.Azure.Documents.DocumentCollection documentCollection, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentCollectionAsync(System.Uri,Microsoft.Azure.Documents.DocumentCollection,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseUri" Type="System.Uri" />
<Parameter Name="documentCollection" Type="Microsoft.Azure.Documents.DocumentCollection" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="databaseUri">The URI of the database to create the collection in.</param>
<param name="documentCollection">The <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Creates a collection as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentCollectionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.DocumentCollection&gt; CreateDocumentCollectionQuery (string databaseLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt; CreateDocumentCollectionQuery(string databaseLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentCollectionQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.DocumentCollection&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="databaseLink">The link to the parent database resource.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for collections under an Azure DocumentDB database service. It returns An IOrderedQueryable{DocumentCollection&gt;.
</summary>
<returns>An IOrderedQueryable{DocumentCollection} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentCollectionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.DocumentCollection&gt; CreateDocumentCollectionQuery (Uri databaseUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt; CreateDocumentCollectionQuery(class System.Uri databaseUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentCollectionQuery(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.DocumentCollection&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="databaseUri">The URI of the parent database.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for document collections in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentCollectionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateDocumentCollectionQuery (string databaseLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateDocumentCollectionQuery(string databaseLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentCollectionQuery(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="databaseLink">The link to the parent database resource.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for collections under an Azure DocumentDB database using a SQL statement with parameterized values. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentCollectionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateDocumentCollectionQuery (string databaseLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateDocumentCollectionQuery(string databaseLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentCollectionQuery(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="databaseLink">The link to the parent database resource.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for collections under an Azure DocumentDB database using a SQL statement. It returns an IQueryable{DocumentCollection}.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentCollectionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateDocumentCollectionQuery (Uri databaseUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateDocumentCollectionQuery(class System.Uri databaseUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentCollectionQuery(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="databaseUri">The URI to the database.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for document collections in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentCollectionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateDocumentCollectionQuery (Uri databaseUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateDocumentCollectionQuery(class System.Uri databaseUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentCollectionQuery(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="databaseUri">The URI to the database.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for document collections in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Document&gt; CreateDocumentQuery (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Document&gt; CreateDocumentQuery(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Document&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent document collection.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for documents under a collection in the Azure DocumentDB database service. It returns IOrderedQueryable{Document}.
</summary>
<returns>An IOrderedQueryable{Document} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Document&gt; CreateDocumentQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Document&gt; CreateDocumentQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Document&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for documents in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateDocumentQuery (string collectionLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateDocumentQuery(string collectionLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent document collection.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for documents under a collection in the Azure DocumentDB database service using a SQL statement with parameterized values. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>an IQueryable{dynamic&gt; that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateDocumentQuery (string collectionLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateDocumentQuery(string collectionLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent document collection.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for documents under a collection in the Azure DocumentDB database service using a SQL statement. It returns an IQueryable{dynamic}.
</summary>
<returns>an IQueryable{dynamic&gt; that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateDocumentQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateDocumentQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for documents in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateDocumentQuery (Uri documentCollectionUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateDocumentQuery(class System.Uri documentCollectionUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for documents in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;T&gt; CreateDocumentQuery&lt;T&gt; (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;!!T&gt; CreateDocumentQuery&lt;T&gt;(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery``1(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">The type of object to query.</typeparam>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for documents under a collection in the Azure DocumentDB database service.
</summary>
<returns>An IOrderedQueryable{T} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;T&gt; CreateDocumentQuery&lt;T&gt; (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;!!T&gt; CreateDocumentQuery&lt;T&gt;(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery``1(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">The type of object to query.</typeparam>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for documents in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;T&gt; CreateDocumentQuery&lt;T&gt; (string collectionLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;!!T&gt; CreateDocumentQuery&lt;T&gt;(string collectionLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery``1(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">The type of object to query.</typeparam>
<param name="collectionLink">The link to the parent document collection.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for documents under a collection in the Azure DocumentDB database service using a SQL statement with parameterized values. It returns an IQueryable{T}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>An IQueryable{T} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;T&gt; CreateDocumentQuery&lt;T&gt; (string collectionLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;!!T&gt; CreateDocumentQuery&lt;T&gt;(string collectionLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery``1(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">The type of object to query.</typeparam>
<param name="collectionLink">The link to the parent collection.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for documents under a collection in the Azure DocumentDB database service using a SQL statement. It returns an IQueryable{T}.
</summary>
<returns>An IQueryable{T} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;T&gt; CreateDocumentQuery&lt;T&gt; (Uri documentCollectionUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;!!T&gt; CreateDocumentQuery&lt;T&gt;(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery``1(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">The type of object to query.</typeparam>
<param name="documentCollectionUri">The URI of the document collection.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for documents in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateDocumentQuery&lt;T&gt;">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;T&gt; CreateDocumentQuery&lt;T&gt; (Uri documentCollectionUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;!!T&gt; CreateDocumentQuery&lt;T&gt;(class System.Uri documentCollectionUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateDocumentQuery``1(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;T&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<typeparam name="T">The type of object to query.</typeparam>
<param name="documentCollectionUri">The URI of the document collection.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for documents in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateOfferQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Offer&gt; CreateOfferQuery (Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Offer&gt; CreateOfferQuery(class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateOfferQuery(Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Offer&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for offers under an Azure DocumentDB database service account. It returns IOrderedQueryable{Offer}.
</summary>
<returns>An IOrderedQueryable{Offer} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateOfferQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateOfferQuery (Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateOfferQuery(class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateOfferQuery(Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for offers under an Azure DocumentDB database service account using a SQL statement with parameterized values. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>an IQueryable{dynamic} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateOfferQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateOfferQuery (string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateOfferQuery(string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateOfferQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for offers under an Azure DocumentDB database service account using a SQL statement. It returns IQueryable{dynamic}.
</summary>
<returns>an IQueryable{dynamic} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreatePermissionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; CreatePermissionAsync (string userLink, Microsoft.Azure.Documents.Permission permission, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; CreatePermissionAsync(string userLink, class Microsoft.Azure.Documents.Permission permission, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreatePermissionAsync(System.String,Microsoft.Azure.Documents.Permission,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userLink" Type="System.String" />
<Parameter Name="permission" Type="Microsoft.Azure.Documents.Permission" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="userLink">The link of the user to create the permission for. E.g. dbs/db_rid/users/user_rid/ </param>
<param name="permission">The <see cref="T:Microsoft.Azure.Documents.Permission" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Creates a permission on a user object as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>A task object representing the service response for the asynchronous operation which contains the created <see cref="T:Microsoft.Azure.Documents.Permission" /> object.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreatePermissionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; CreatePermissionAsync (Uri userUri, Microsoft.Azure.Documents.Permission permission, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; CreatePermissionAsync(class System.Uri userUri, class Microsoft.Azure.Documents.Permission permission, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreatePermissionAsync(System.Uri,Microsoft.Azure.Documents.Permission,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userUri" Type="System.Uri" />
<Parameter Name="permission" Type="Microsoft.Azure.Documents.Permission" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="userUri">The URI of the user to create the permission for.</param>
<param name="permission">The <see cref="T:Microsoft.Azure.Documents.Permission" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Creates a permission as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreatePermissionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Permission&gt; CreatePermissionQuery (string permissionsLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Permission&gt; CreatePermissionQuery(string permissionsLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreatePermissionQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Permission&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="permissionsLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="permissionsLink">The path link for the persmissions under a user, e.g. dbs/db_rid/users/user_rid/permissions/.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for permissions under a user in the Azure DocumentDB database service. It returns IOrderedQueryable{Permission}.
</summary>
<returns>An IOrderedQueryable{Permission} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreatePermissionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Permission&gt; CreatePermissionQuery (Uri userUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Permission&gt; CreatePermissionQuery(class System.Uri userUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreatePermissionQuery(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Permission&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="userUri">The URI of the parent user.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for permissions in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreatePermissionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreatePermissionQuery (string permissionsLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreatePermissionQuery(string permissionsLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreatePermissionQuery(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="permissionsLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="permissionsLink">The path link for the persmissions under a user, e.g. dbs/db_rid/users/user_rid/permissions/.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for permissions under a user in the Azure DocumentDB database service using a SQL statement with parameterized values. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>an IQueryable{dynamic} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreatePermissionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreatePermissionQuery (string permissionsLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreatePermissionQuery(string permissionsLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreatePermissionQuery(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="permissionsLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="permissionsLink">The path link for the persmissions under a user, e.g. dbs/db_rid/users/user_rid/permissions/.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for permissions under a user in the Azure DocumentDB database service using a SQL statement. It returns IQueryable{dynamic}.
</summary>
<returns>an IQueryable{dynamic} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreatePermissionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreatePermissionQuery (Uri userUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreatePermissionQuery(class System.Uri userUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreatePermissionQuery(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="userUri">The URI of the parent user.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for permissions in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreatePermissionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreatePermissionQuery (Uri userUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreatePermissionQuery(class System.Uri userUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreatePermissionQuery(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="userUri">The URI of the parent user.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for permissions in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateStoredProcedureAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; CreateStoredProcedureAsync (string collectionLink, Microsoft.Azure.Documents.StoredProcedure storedProcedure, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; CreateStoredProcedureAsync(string collectionLink, class Microsoft.Azure.Documents.StoredProcedure storedProcedure, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateStoredProcedureAsync(System.String,Microsoft.Azure.Documents.StoredProcedure,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="storedProcedure" Type="Microsoft.Azure.Documents.StoredProcedure" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the collection to create the stored procedure in. E.g. dbs/db_rid/colls/col_rid/</param>
<param name="storedProcedure">The <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> object to create.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Creates a stored procedure as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> that was created contained within a <see cref="T:System.Threading.Tasks.Task" /> object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateStoredProcedureAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; CreateStoredProcedureAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.StoredProcedure storedProcedure, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; CreateStoredProcedureAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.StoredProcedure storedProcedure, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateStoredProcedureAsync(System.Uri,Microsoft.Azure.Documents.StoredProcedure,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="storedProcedure" Type="Microsoft.Azure.Documents.StoredProcedure" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection to create the stored procedure in.</param>
<param name="storedProcedure">The <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Creates a stored procedure as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateStoredProcedureQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.StoredProcedure&gt; CreateStoredProcedureQuery (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt; CreateStoredProcedureQuery(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateStoredProcedureQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.StoredProcedure&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for stored procedures under a collection in the Azure DocumentDB database service. It returns An IOrderedQueryable{StoredProcedure&gt;.
</summary>
<returns>An IOrderedQueryable{StoredProcedure} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateStoredProcedureQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.StoredProcedure&gt; CreateStoredProcedureQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt; CreateStoredProcedureQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateStoredProcedureQuery(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.StoredProcedure&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create query for stored procedures in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateStoredProcedureQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateStoredProcedureQuery (string collectionLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateStoredProcedureQuery(string collectionLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateStoredProcedureQuery(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for stored procedures under a collection in the Azure DocumentDB database service using a SQL statement using a SQL statement with parameterized values. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateStoredProcedureQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateStoredProcedureQuery (string collectionLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateStoredProcedureQuery(string collectionLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateStoredProcedureQuery(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for stored procedures under a collection in the Azure DocumentDB database service using a SQL statement. It returns an IQueryable{dynamic}.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateStoredProcedureQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateStoredProcedureQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateStoredProcedureQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateStoredProcedureQuery(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create query for stored procedures in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateStoredProcedureQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateStoredProcedureQuery (Uri documentCollectionUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateStoredProcedureQuery(class System.Uri documentCollectionUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateStoredProcedureQuery(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create query for stored procedures in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateTriggerAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; CreateTriggerAsync (string collectionLink, Microsoft.Azure.Documents.Trigger trigger, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; CreateTriggerAsync(string collectionLink, class Microsoft.Azure.Documents.Trigger trigger, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateTriggerAsync(System.String,Microsoft.Azure.Documents.Trigger,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="trigger" Type="Microsoft.Azure.Documents.Trigger" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> to create the trigger in. E.g. dbs/db_rid/colls/col_rid/ </param>
<param name="trigger">The <see cref="T:Microsoft.Azure.Documents.Trigger" /> object to create.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Creates a trigger as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>A task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateTriggerAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; CreateTriggerAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.Trigger trigger, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; CreateTriggerAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Trigger trigger, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateTriggerAsync(System.Uri,Microsoft.Azure.Documents.Trigger,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="trigger" Type="Microsoft.Azure.Documents.Trigger" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection to create the trigger in.</param>
<param name="trigger">The <see cref="T:Microsoft.Azure.Documents.Trigger" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Creates a trigger as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateTriggerQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Trigger&gt; CreateTriggerQuery (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Trigger&gt; CreateTriggerQuery(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateTriggerQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Trigger&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for triggers under a collection in the Azure DocumentDB database service. It returns An IOrderedQueryable{Trigger&gt;.
</summary>
<returns>An IOrderedQueryable{Trigger} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateTriggerQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Trigger&gt; CreateTriggerQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.Trigger&gt; CreateTriggerQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateTriggerQuery(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.Trigger&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create query for triggers in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateTriggerQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateTriggerQuery (string collectionLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateTriggerQuery(string collectionLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateTriggerQuery(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for triggers under a collection in the Azure DocumentDB database service using a SQL statement with parameterized values. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>An IQueryable{Trigger} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateTriggerQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateTriggerQuery (string collectionLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateTriggerQuery(string collectionLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateTriggerQuery(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for triggers under a collection in the Azure DocumentDB database service. It returns an IQueryable{dynamic}.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateTriggerQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateTriggerQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateTriggerQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateTriggerQuery(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create query for triggers in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateTriggerQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateTriggerQuery (Uri documentCollectionUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateTriggerQuery(class System.Uri documentCollectionUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateTriggerQuery(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create query for triggers in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; CreateUserAsync (string databaseLink, Microsoft.Azure.Documents.User user, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; CreateUserAsync(string databaseLink, class Microsoft.Azure.Documents.User user, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserAsync(System.String,Microsoft.Azure.Documents.User,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseLink" Type="System.String" />
<Parameter Name="user" Type="Microsoft.Azure.Documents.User" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="databaseLink">The link of the database to create the user in. E.g. dbs/db_rid/ </param>
<param name="user">The <see cref="T:Microsoft.Azure.Documents.User" /> object to create.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Creates a user object as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>A task object representing the service response for the asynchronous operation which contains the created <see cref="T:Microsoft.Azure.Documents.User" /> object.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; CreateUserAsync (Uri databaseUri, Microsoft.Azure.Documents.User user, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; CreateUserAsync(class System.Uri databaseUri, class Microsoft.Azure.Documents.User user, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserAsync(System.Uri,Microsoft.Azure.Documents.User,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseUri" Type="System.Uri" />
<Parameter Name="user" Type="Microsoft.Azure.Documents.User" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="databaseUri">The URI of the database to create the user in.</param>
<param name="user">The <see cref="T:Microsoft.Azure.Documents.User" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Creates a user as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserDefinedFunctionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; CreateUserDefinedFunctionAsync (string collectionLink, Microsoft.Azure.Documents.UserDefinedFunction function, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; CreateUserDefinedFunctionAsync(string collectionLink, class Microsoft.Azure.Documents.UserDefinedFunction function, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserDefinedFunctionAsync(System.String,Microsoft.Azure.Documents.UserDefinedFunction,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="function" Type="Microsoft.Azure.Documents.UserDefinedFunction" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> to create the user defined function in. E.g. dbs/db_rid/colls/col_rid/ </param>
<param name="function">The <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> object to create.</param>
<param name="options">(Optional) Any <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Creates a user defined function as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>A task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserDefinedFunctionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; CreateUserDefinedFunctionAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.UserDefinedFunction function, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; CreateUserDefinedFunctionAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.UserDefinedFunction function, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserDefinedFunctionAsync(System.Uri,Microsoft.Azure.Documents.UserDefinedFunction,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="function" Type="Microsoft.Azure.Documents.UserDefinedFunction" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection to create the user defined function in.</param>
<param name="function">The <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Creates a user defined function as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserDefinedFunctionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt; CreateUserDefinedFunctionQuery (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt; CreateUserDefinedFunctionQuery(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserDefinedFunctionQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for udfs under a collection in the Azure DocumentDB database service. It returns An IOrderedQueryable{UserDefinedFunction&gt;.
</summary>
<returns>An IOrderedQueryable{UserDefinedFunction} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserDefinedFunctionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt; CreateUserDefinedFunctionQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt; CreateUserDefinedFunctionQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserDefinedFunctionQuery(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for user-defined functions in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserDefinedFunctionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateUserDefinedFunctionQuery (string collectionLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateUserDefinedFunctionQuery(string collectionLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserDefinedFunctionQuery(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for udfs under a collection in the Azure DocumentDB database service with parameterized values. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>Refer to https://msdn.microsoft.com/en-us/library/azure/dn782250.aspx and http://azure.microsoft.com/documentation/articles/documentdb-sql-query/ for syntax and examples.</remarks>
<example>
This example below queries for user-defined functions by id.
<code language="c#"><![CDATA[
var query = new SqlQuerySpec("SELECT * FROM udfs u WHERE u.id = @id", new SqlParameterCollection(new SqlParameter[] { new SqlParameter { Name = "@id", Value = "sqrt" }}));
UserDefinedFunction udf = client.CreateUserDefinedFunctionQuery(collectionLink, query).AsEnumerable().FirstOrDefault();
]]></code></example>
<altmember cref="T:Microsoft.Azure.Documents.UserDefinedFunction" />
<altmember cref="T:Microsoft.Azure.Documents.Linq.IDocumentQuery" />
<example>
This example below queries for user-defined functions by id.
<code language="c#"><![CDATA[
var query = new SqlQuerySpec("SELECT * FROM udfs u WHERE u.id = @id", new SqlParameterCollection(new SqlParameter[] { new SqlParameter { Name = "@id", Value = "sqrt" }}));
UserDefinedFunction udf = client.CreateUserDefinedFunctionQuery(collectionLink, query).AsEnumerable().FirstOrDefault();
]]></code></example>
<example>
This example below queries for user-defined functions by id.
<code language="c#"><![CDATA[
var query = new SqlQuerySpec("SELECT * FROM udfs u WHERE u.id = @id", new SqlParameterCollection(new SqlParameter[] { new SqlParameter { Name = "@id", Value = "sqrt" }}));
UserDefinedFunction udf = client.CreateUserDefinedFunctionQuery(collectionLink, query).AsEnumerable().FirstOrDefault();
]]></code></example>
<example>
This example below queries for user-defined functions by id.
<code language="c#"><![CDATA[
var query = new SqlQuerySpec("SELECT * FROM udfs u WHERE u.id = @id", new SqlParameterCollection(new SqlParameter[] { new SqlParameter { Name = "@id", Value = "sqrt" }}));
UserDefinedFunction udf = client.CreateUserDefinedFunctionQuery(collectionLink, query).AsEnumerable().FirstOrDefault();
]]></code></example>
<example>
This example below queries for user-defined functions by id.
<code language="c#"><![CDATA[
var query = new SqlQuerySpec("SELECT * FROM udfs u WHERE u.id = @id", new SqlParameterCollection(new SqlParameter[] { new SqlParameter { Name = "@id", Value = "sqrt" }}));
UserDefinedFunction udf = client.CreateUserDefinedFunctionQuery(collectionLink, query).AsEnumerable().FirstOrDefault();
]]></code></example>
<example>
This example below queries for user-defined functions by id.
<code language="c#"><![CDATA[
var query = new SqlQuerySpec("SELECT * FROM udfs u WHERE u.id = @id", new SqlParameterCollection(new SqlParameter[] { new SqlParameter { Name = "@id", Value = "sqrt" }}));
UserDefinedFunction udf = client.CreateUserDefinedFunctionQuery(collectionLink, query).AsEnumerable().FirstOrDefault();
]]></code></example>
<example>
This example below queries for user-defined functions by id.
<code language="c#"><![CDATA[
var query = new SqlQuerySpec("SELECT * FROM udfs u WHERE u.id = @id", new SqlParameterCollection(new SqlParameter[] { new SqlParameter { Name = "@id", Value = "sqrt" }}));
UserDefinedFunction udf = client.CreateUserDefinedFunctionQuery(collectionLink, query).AsEnumerable().FirstOrDefault();
]]></code></example>
<example>
This example below queries for user-defined functions by id.
<code language="c#"><![CDATA[
var query = new SqlQuerySpec("SELECT * FROM udfs u WHERE u.id = @id", new SqlParameterCollection(new SqlParameter[] { new SqlParameter { Name = "@id", Value = "sqrt" }}));
UserDefinedFunction udf = client.CreateUserDefinedFunctionQuery(collectionLink, query).AsEnumerable().FirstOrDefault();
]]></code></example>
<example>
This example below queries for user-defined functions by id.
<code language="c#"><![CDATA[
var query = new SqlQuerySpec("SELECT * FROM udfs u WHERE u.id = @id", new SqlParameterCollection(new SqlParameter[] { new SqlParameter { Name = "@id", Value = "sqrt" }}));
UserDefinedFunction udf = client.CreateUserDefinedFunctionQuery(collectionLink, query).AsEnumerable().FirstOrDefault();
]]></code></example>
</Docs>
</Member>
<Member MemberName="CreateUserDefinedFunctionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateUserDefinedFunctionQuery (string collectionLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateUserDefinedFunctionQuery(string collectionLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserDefinedFunctionQuery(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link to the parent collection resource.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for udfs under a collection in the Azure DocumentDB database service using a SQL statement. It returns an IQueryable{dynamic}.
</summary>
<returns>An IQueryable{dynamic} that can evaluate the query with the provided SQL statement.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserDefinedFunctionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateUserDefinedFunctionQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateUserDefinedFunctionQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserDefinedFunctionQuery(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for user-defined functions in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserDefinedFunctionQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateUserDefinedFunctionQuery (Uri documentCollectionUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateUserDefinedFunctionQuery(class System.Uri documentCollectionUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserDefinedFunctionQuery(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for user-defined functions in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.User&gt; CreateUserQuery (string usersLink, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.User&gt; CreateUserQuery(string usersLink, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserQuery(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.User&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="usersLink" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="usersLink">The path link for the users under a database, e.g. dbs/db_rid/users/.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for users under an Azure DocumentDB database service. It returns IOrderedQueryable{User}.
</summary>
<returns>An IOrderedQueryable{User} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserQuery">
<MemberSignature Language="C#" Value="public System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.User&gt; CreateUserQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IOrderedQueryable`1&lt;class Microsoft.Azure.Documents.User&gt; CreateUserQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserQuery(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IOrderedQueryable&lt;Microsoft.Azure.Documents.User&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for users in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateUserQuery (string usersLink, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateUserQuery(string usersLink, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserQuery(System.String,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="usersLink" Type="System.String" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="usersLink">The path link for the users under a database, e.g. dbs/db_rid/users/.</param>
<param name="querySpec">The SqlQuerySpec instance containing the SQL expression.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for users under an Azure DocumentDB database using a SQL statement with parameterized values. It returns an IQueryable{dynamic}.
For more information on preparing SQL statements with parameterized values, please see <see cref="T:Microsoft.Azure.Documents.SqlQuerySpec" />.
</summary>
<returns>an IQueryable{dynamic&gt; that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateUserQuery (string usersLink, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateUserQuery(string usersLink, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserQuery(System.String,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="usersLink" Type="System.String" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="usersLink">The path link for the users under a database, e.g. dbs/db_rid/users/.</param>
<param name="sqlExpression">The SQL statement.</param>
<param name="feedOptions">The options for processing the query result feed. For details, see <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /></param>
<summary>
Overloaded. This method creates a query for users under an Azure DocumentDB database service. It returns IQueryable{dyanamic}.
</summary>
<returns>an IQueryable{dynamic} that can evaluate the query.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateUserQuery (Uri documentCollectionUri, Microsoft.Azure.Documents.SqlQuerySpec querySpec, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateUserQuery(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.SqlQuerySpec querySpec, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserQuery(System.Uri,Microsoft.Azure.Documents.SqlQuerySpec,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="querySpec" Type="Microsoft.Azure.Documents.SqlQuerySpec" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="querySpec">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for users in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateUserQuery">
<MemberSignature Language="C#" Value="public System.Linq.IQueryable&lt;dynamic&gt; CreateUserQuery (Uri documentCollectionUri, string sqlExpression, Microsoft.Azure.Documents.Client.FeedOptions feedOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Linq.IQueryable`1&lt;object&gt; CreateUserQuery(class System.Uri documentCollectionUri, string sqlExpression, class Microsoft.Azure.Documents.Client.FeedOptions feedOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.CreateUserQuery(System.Uri,System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Linq.IQueryable&lt;System.Object&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="sqlExpression" Type="System.String" />
<Parameter Name="feedOptions" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="sqlExpression">The sql query.</param>
<param name="feedOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for processing the query results feed.</param>
<summary>
Method to create a query for users in the Azure DocumentDB database service.
</summary>
<returns>The query result set.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; DeleteAttachmentAsync (string attachmentLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; DeleteAttachmentAsync(string attachmentLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteAttachmentAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="attachmentLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="attachmentLink">The link of the <see cref="T:Microsoft.Azure.Documents.Attachment" /> to delete. E.g. dbs/db_rid/colls/col_rid/docs/doc_rid/attachments/attachment_rid/ </param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Delete an <see cref="T:Microsoft.Azure.Documents.Attachment" /> from the database as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain information about the request issued.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; DeleteAttachmentAsync (Uri attachmentUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; DeleteAttachmentAsync(class System.Uri attachmentUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteAttachmentAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="attachmentUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="attachmentUri">The URI of the attachment to delete.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Delete an attachment as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteConflictAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt; DeleteConflictAsync (string conflictLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Conflict&gt;&gt; DeleteConflictAsync(string conflictLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteConflictAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="conflictLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="conflictLink">The link of the <see cref="T:Microsoft.Azure.Documents.Conflict" /> to delete. E.g. dbs/db_rid/colls/coll_rid/conflicts/ </param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Delete a <see cref="T:Microsoft.Azure.Documents.Conflict" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain information about the request issued.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteConflictAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt; DeleteConflictAsync (Uri conflictUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Conflict&gt;&gt; DeleteConflictAsync(class System.Uri conflictUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteConflictAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="conflictUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="conflictUri">The URI of the conflict to delete.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Delete a conflict as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteDatabaseAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt; DeleteDatabaseAsync (string databaseLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Database&gt;&gt; DeleteDatabaseAsync(string databaseLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteDatabaseAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="databaseLink">The link of the <see cref="T:Microsoft.Azure.Documents.Database" /> to delete. E.g. dbs/db_rid/ </param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Delete a <see cref="T:Microsoft.Azure.Documents.Database" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain information about the request issued.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteDatabaseAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt; DeleteDatabaseAsync (Uri databaseUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Database&gt;&gt; DeleteDatabaseAsync(class System.Uri databaseUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteDatabaseAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="databaseUri">The URI of the database to delete.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Delete a database as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; DeleteDocumentAsync (string documentLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; DeleteDocumentAsync(string documentLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteDocumentAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link of the <see cref="T:Microsoft.Azure.Documents.Document" /> to delete. E.g. dbs/db_rid/colls/col_rid/docs/doc_rid/ </param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Delete a <see cref="T:Microsoft.Azure.Documents.Document" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain information about the request issued.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; DeleteDocumentAsync (Uri documentUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; DeleteDocumentAsync(class System.Uri documentUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteDocumentAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentUri">The URI of the document to delete.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Delete a document as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteDocumentCollectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt; DeleteDocumentCollectionAsync (string documentCollectionLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt;&gt; DeleteDocumentCollectionAsync(string documentCollectionLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteDocumentCollectionAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionLink">The link of the <see cref="T:Microsoft.Azure.Documents.Document" /> to delete. E.g. dbs/db_rid/colls/col_rid/ </param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Delete a <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain information about the request issued.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteDocumentCollectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt; DeleteDocumentCollectionAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt;&gt; DeleteDocumentCollectionAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteDocumentCollectionAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection to delete.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Delete a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeletePermissionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; DeletePermissionAsync (string permissionLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; DeletePermissionAsync(string permissionLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeletePermissionAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="permissionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="permissionLink">The link of the <see cref="T:Microsoft.Azure.Documents.Permission" /> to delete. E.g. dbs/db_rid/users/user_rid/permissions/permission_rid/ </param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Delete a <see cref="T:Microsoft.Azure.Documents.Permission" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain information about the request issued.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeletePermissionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; DeletePermissionAsync (Uri permissionUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; DeletePermissionAsync(class System.Uri permissionUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeletePermissionAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="permissionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="permissionUri">The URI of the permission to delete.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Delete a permission as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteStoredProcedureAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; DeleteStoredProcedureAsync (string storedProcedureLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; DeleteStoredProcedureAsync(string storedProcedureLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteStoredProcedureAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="storedProcedureLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="storedProcedureLink">The link of the <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> to delete. E.g. dbs/db_rid/colls/col_rid/sprocs/sproc_rid/ </param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Delete a <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain information about the request issued.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteStoredProcedureAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; DeleteStoredProcedureAsync (Uri storedProcedureUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; DeleteStoredProcedureAsync(class System.Uri storedProcedureUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteStoredProcedureAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="storedProcedureUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="storedProcedureUri">The URI of the stored procedure to delete.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Delete a stored procedure as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteTriggerAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; DeleteTriggerAsync (string triggerLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; DeleteTriggerAsync(string triggerLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteTriggerAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="triggerLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="triggerLink">The link of the <see cref="T:Microsoft.Azure.Documents.Trigger" /> to delete. E.g. dbs/db_rid/colls/col_rid/triggers/trigger_rid/ </param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Delete a <see cref="T:Microsoft.Azure.Documents.Trigger" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain information about the request issued.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteTriggerAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; DeleteTriggerAsync (Uri triggerUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; DeleteTriggerAsync(class System.Uri triggerUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteTriggerAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="triggerUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="triggerUri">The URI of the trigger to delete.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Delete a trigger as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteUserAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; DeleteUserAsync (string userLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; DeleteUserAsync(string userLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteUserAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="userLink">The link of the <see cref="T:Microsoft.Azure.Documents.User" /> to delete. E.g. dbs/db_rid/users/user_rid/ </param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Delete a <see cref="T:Microsoft.Azure.Documents.User" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain information about the request issued.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteUserAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; DeleteUserAsync (Uri userUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; DeleteUserAsync(class System.Uri userUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteUserAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="userUri">The URI of the user to delete.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Delete a user as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteUserDefinedFunctionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; DeleteUserDefinedFunctionAsync (string functionLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; DeleteUserDefinedFunctionAsync(string functionLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteUserDefinedFunctionAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="functionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="functionLink">The link of the <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> to delete. E.g. dbs/db_rid/colls/col_rid/udfs/udf_rid/ </param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Delete a <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain information about the request issued.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteUserDefinedFunctionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; DeleteUserDefinedFunctionAsync (Uri functionUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; DeleteUserDefinedFunctionAsync(class System.Uri functionUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.DeleteUserDefinedFunctionAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="functionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="functionUri">The URI of the user defined function to delete.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Delete a user defined function as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExecuteStoredProcedureAsync&lt;TValue&gt;">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.StoredProcedureResponse&lt;TValue&gt;&gt; ExecuteStoredProcedureAsync&lt;TValue&gt; (string storedProcedureLink, object[] procedureParams);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.StoredProcedureResponse`1&lt;!!TValue&gt;&gt; ExecuteStoredProcedureAsync&lt;TValue&gt;(string storedProcedureLink, object[] procedureParams) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ExecuteStoredProcedureAsync``1(System.String,System.Object[])" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.StoredProcedureResponse&lt;TValue&gt;&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="TValue" />
</TypeParameters>
<Parameters>
<Parameter Name="storedProcedureLink" Type="System.String" />
<Parameter Name="procedureParams" Type="System.Object[]">
<Attributes>
<Attribute>
<AttributeName>System.ParamArray</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<typeparam name="TValue">The type of the stored procedure's return value.</typeparam>
<param name="storedProcedureLink">The link to the stored procedure to execute.</param>
<param name="procedureParams">(Optional) An array of dynamic objects representing the parameters for the stored procedure.</param>
<summary>
Executes a stored procedure against a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation which would contain any response set in the stored procedure.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">If <paramref name="storedProcedureLink" /> is not set.</exception>
</Docs>
</Member>
<Member MemberName="ExecuteStoredProcedureAsync&lt;TValue&gt;">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.StoredProcedureResponse&lt;TValue&gt;&gt; ExecuteStoredProcedureAsync&lt;TValue&gt; (Uri storedProcedureUri, object[] procedureParams);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.StoredProcedureResponse`1&lt;!!TValue&gt;&gt; ExecuteStoredProcedureAsync&lt;TValue&gt;(class System.Uri storedProcedureUri, object[] procedureParams) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ExecuteStoredProcedureAsync``1(System.Uri,System.Object[])" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.StoredProcedureResponse&lt;TValue&gt;&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="TValue" />
</TypeParameters>
<Parameters>
<Parameter Name="storedProcedureUri" Type="System.Uri" />
<Parameter Name="procedureParams" Type="System.Object[]">
<Attributes>
<Attribute>
<AttributeName>System.ParamArray</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<typeparam name="TValue">The type of the stored procedure's return value.</typeparam>
<param name="storedProcedureUri">The URI of the stored procedure to be executed.</param>
<param name="procedureParams">The parameters for the stored procedure execution.</param>
<summary>
Executes a stored procedure against a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExecuteStoredProcedureAsync&lt;TValue&gt;">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.StoredProcedureResponse&lt;TValue&gt;&gt; ExecuteStoredProcedureAsync&lt;TValue&gt; (string storedProcedureLink, Microsoft.Azure.Documents.Client.RequestOptions options, object[] procedureParams);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.StoredProcedureResponse`1&lt;!!TValue&gt;&gt; ExecuteStoredProcedureAsync&lt;TValue&gt;(string storedProcedureLink, class Microsoft.Azure.Documents.Client.RequestOptions options, object[] procedureParams) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ExecuteStoredProcedureAsync``1(System.String,Microsoft.Azure.Documents.Client.RequestOptions,System.Object[])" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.StoredProcedureResponse&lt;TValue&gt;&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="TValue" />
</TypeParameters>
<Parameters>
<Parameter Name="storedProcedureLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
<Parameter Name="procedureParams" Type="System.Object[]">
<Attributes>
<Attribute>
<AttributeName>System.ParamArray</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<typeparam name="TValue">The type of the stored procedure's return value.</typeparam>
<param name="storedProcedureLink">The link to the stored procedure to execute.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<param name="procedureParams">(Optional) An array of dynamic objects representing the parameters for the stored procedure.</param>
<summary>
Executes a stored procedure against a partitioned collection as an asynchronous operation in the Azure DocumentDB database service, specifiying a target partition.
</summary>
<returns>The task object representing the service response for the asynchronous operation which would contain any response set in the stored procedure.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">If <paramref name="storedProcedureLink" /> is not set.</exception>
</Docs>
</Member>
<Member MemberName="ExecuteStoredProcedureAsync&lt;TValue&gt;">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.StoredProcedureResponse&lt;TValue&gt;&gt; ExecuteStoredProcedureAsync&lt;TValue&gt; (Uri storedProcedureUri, Microsoft.Azure.Documents.Client.RequestOptions options, object[] procedureParams);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.StoredProcedureResponse`1&lt;!!TValue&gt;&gt; ExecuteStoredProcedureAsync&lt;TValue&gt;(class System.Uri storedProcedureUri, class Microsoft.Azure.Documents.Client.RequestOptions options, object[] procedureParams) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ExecuteStoredProcedureAsync``1(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions,System.Object[])" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.StoredProcedureResponse&lt;TValue&gt;&gt;</ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="TValue" />
</TypeParameters>
<Parameters>
<Parameter Name="storedProcedureUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
<Parameter Name="procedureParams" Type="System.Object[]">
<Attributes>
<Attribute>
<AttributeName>System.ParamArray</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<typeparam name="TValue">The type of the stored procedure's return value.</typeparam>
<param name="storedProcedureUri">The URI of the stored procedure to be executed.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<param name="procedureParams">The parameters for the stored procedure execution.</param>
<summary>
Executes a stored procedure against a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetDatabaseAccountAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.DatabaseAccount&gt; GetDatabaseAccountAsync ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.DatabaseAccount&gt; GetDatabaseAccountAsync() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.GetDatabaseAccountAsync" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.DatabaseAccount&gt;</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Read the <see cref="T:Microsoft.Azure.Documents.DatabaseAccount" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="T:Microsoft.Azure.Documents.DatabaseAccount" /> wrapped in a <see cref="T:System.Threading.Tasks.Task" /> object.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; ReadAttachmentAsync (string attachmentLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; ReadAttachmentAsync(string attachmentLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadAttachmentAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="attachmentLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="attachmentLink">The link to the attachment to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Reads an <see cref="T:Microsoft.Azure.Documents.Attachment" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Attachment" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; ReadAttachmentAsync (Uri attachmentUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; ReadAttachmentAsync(class System.Uri attachmentUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadAttachmentAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="attachmentUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="attachmentUri">A URI to the Attachment resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Reads an <see cref="T:Microsoft.Azure.Documents.Attachment" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps an <see cref="T:Microsoft.Azure.Documents.Attachment" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadAttachmentFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; ReadAttachmentFeedAsync (string documentLink, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; ReadAttachmentFeedAsync(string documentLink, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadAttachmentFeedAsync(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link of the parent document resource.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of <see cref="T:Microsoft.Azure.Documents.Attachment" /> for a document as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Attachment" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadAttachmentFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; ReadAttachmentFeedAsync (Uri documentUri, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; ReadAttachmentFeedAsync(class System.Uri documentUri, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadAttachmentFeedAsync(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentUri">The URI of the parent document.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for the request.</param>
<summary>
Reads the feed (sequence) of attachments for a document as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadConflictAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt; ReadConflictAsync (string conflictLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Conflict&gt;&gt; ReadConflictAsync(string conflictLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadConflictAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="conflictLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="conflictLink">The link to the Conflict to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.Conflict" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Conflict" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadConflictAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt; ReadConflictAsync (Uri conflictUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Conflict&gt;&gt; ReadConflictAsync(class System.Uri conflictUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadConflictAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="conflictUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="conflictUri">A URI to the Conflict resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.Conflict" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Conflict" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadConflictFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt; ReadConflictFeedAsync (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.Conflict&gt;&gt; ReadConflictFeedAsync(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadConflictFeedAsync(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the parent document collection resource.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of <see cref="T:Microsoft.Azure.Documents.Conflict" /> for a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Conflict" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadConflictFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt; ReadConflictFeedAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.Conflict&gt;&gt; ReadConflictFeedAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadConflictFeedAsync(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Conflict&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for the request.</param>
<summary>
Reads the feed (sequence) of conflicts for a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDatabaseAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt; ReadDatabaseAsync (string databaseLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Database&gt;&gt; ReadDatabaseAsync(string databaseLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDatabaseAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="databaseLink">The link of the Database resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.Database" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Database" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDatabaseAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt; ReadDatabaseAsync (Uri databaseUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Database&gt;&gt; ReadDatabaseAsync(class System.Uri databaseUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDatabaseAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="databaseUri">A URI to the Database resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.Database" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Database" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDatabaseFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt; ReadDatabaseFeedAsync (Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.Database&gt;&gt; ReadDatabaseFeedAsync(class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDatabaseFeedAsync(Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Database&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of <see cref="T:Microsoft.Azure.Documents.Database" /> for a database account as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Database" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; ReadDocumentAsync (string documentLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; ReadDocumentAsync(string documentLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDocumentAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link for the document to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.Document" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Document" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; ReadDocumentAsync (Uri documentUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; ReadDocumentAsync(class System.Uri documentUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDocumentAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentUri">A URI to the Document resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.Document" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Document" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDocumentCollectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReadDocumentCollectionAsync (string documentCollectionLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReadDocumentCollectionAsync(string documentCollectionLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDocumentCollectionAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionLink">The link for the DocumentCollection to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDocumentCollectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReadDocumentCollectionAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReadDocumentCollectionAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDocumentCollectionAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">A URI to the DocumentCollection resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDocumentCollectionFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReadDocumentCollectionFeedAsync (string databaseLink, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReadDocumentCollectionFeedAsync(string databaseLink, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDocumentCollectionFeedAsync(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="databaseLink">The link of the parent database resource.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> for a database as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDocumentCollectionFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReadDocumentCollectionFeedAsync (Uri databaseUri, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReadDocumentCollectionFeedAsync(class System.Uri databaseUri, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDocumentCollectionFeedAsync(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="databaseUri">The URI of the parent Database.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for the request.</param>
<summary>
Reads the feed (sequence) of collections for a database as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDocumentFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;dynamic&gt;&gt; ReadDocumentFeedAsync (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;object&gt;&gt; ReadDocumentFeedAsync(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDocumentFeedAsync(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;System.Object&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the parent document collection resource.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of documents for a specified collection in the Azure DocumentDB database service. This takes returns a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which will contain an enumerable list of dynamic objects.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> containing dynamic objects representing the items in the feed.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadDocumentFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;dynamic&gt;&gt; ReadDocumentFeedAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;object&gt;&gt; ReadDocumentFeedAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadDocumentFeedAsync(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;System.Object&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for the request.</param>
<summary>
Reads the feed (sequence) of documents for a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadEndpoint">
<MemberSignature Language="C#" Value="public Uri ReadEndpoint { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Uri ReadEndpoint" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.IDocumentClient.ReadEndpoint" />
<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.Uri</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current read endpoint chosen based on availability and preference in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadMediaAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.MediaResponse&gt; ReadMediaAsync (string mediaLink);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.MediaResponse&gt; ReadMediaAsync(string mediaLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadMediaAsync(System.String)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.MediaResponse&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="mediaLink" Type="System.String" />
</Parameters>
<Docs>
<param name="mediaLink">The link for the media to read. E.g. /medias/media_rid</param>
<summary>
Retrieves the specified attachment content (aka media) in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">If <paramref name="mediaLink" /> is not set.</exception>
<exception cref="T:System.ArgumentException">If <paramref name="mediaLink" /> is not in the form of /medias/{mediaId}.</exception>
</Docs>
</Member>
<Member MemberName="ReadMediaMetadataAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.MediaResponse&gt; ReadMediaMetadataAsync (string mediaLink);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.MediaResponse&gt; ReadMediaMetadataAsync(string mediaLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadMediaMetadataAsync(System.String)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.MediaResponse&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="mediaLink" Type="System.String" />
</Parameters>
<Docs>
<param name="mediaLink">The link for the media to read metadata for. E.g. /medias/media_rid </param>
<summary>
Retrieves the metadata associated with the specified attachment content (aka media) as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">If <paramref name="mediaLink" /> is not set.</exception>
<exception cref="T:System.ArgumentException">If <paramref name="mediaLink" /> is not in the form of /medias/{mediaId}.</exception>
</Docs>
</Member>
<Member MemberName="ReadOfferAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Offer&gt;&gt; ReadOfferAsync (string offerLink);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Offer&gt;&gt; ReadOfferAsync(string offerLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadOfferAsync(System.String)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Offer&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="offerLink" Type="System.String" />
</Parameters>
<Docs>
<param name="offerLink">The link to the Offer to be read.</param>
<summary>
Reads an <see cref="T:Microsoft.Azure.Documents.Offer" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Offer" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadOffersFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Offer&gt;&gt; ReadOffersFeedAsync (Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.Offer&gt;&gt; ReadOffersFeedAsync(class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadOffersFeedAsync(Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Offer&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of <see cref="T:Microsoft.Azure.Documents.Offer" /> for a database account as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Offer" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadPermissionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; ReadPermissionAsync (string permissionLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; ReadPermissionAsync(string permissionLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadPermissionAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="permissionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="permissionLink">The link for the Permission resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.Permission" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Permission" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadPermissionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; ReadPermissionAsync (Uri permissionUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; ReadPermissionAsync(class System.Uri permissionUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadPermissionAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="permissionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="permissionUri">A URI to the Permission resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.Permission" /> resource as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Permission" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadPermissionFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; ReadPermissionFeedAsync (string userLink, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; ReadPermissionFeedAsync(string userLink, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadPermissionFeedAsync(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="userLink">The link of the parent user resource.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of <see cref="T:Microsoft.Azure.Documents.Permission" /> for a user as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Permission" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadPermissionFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; ReadPermissionFeedAsync (Uri userUri, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; ReadPermissionFeedAsync(class System.Uri userUri, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadPermissionFeedAsync(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="userUri">The URI of the parent user.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for the request.</param>
<summary>
Reads the feed (sequence) of permissions for a user as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadStoredProcedureAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReadStoredProcedureAsync (string storedProcedureLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReadStoredProcedureAsync(string storedProcedureLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadStoredProcedureAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="storedProcedureLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="storedProcedureLink">The link of the stored procedure to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadStoredProcedureAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReadStoredProcedureAsync (Uri storedProcedureUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReadStoredProcedureAsync(class System.Uri storedProcedureUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadStoredProcedureAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="storedProcedureUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="storedProcedureUri">A URI to the StoredProcedure resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadStoredProcedureFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReadStoredProcedureFeedAsync (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReadStoredProcedureFeedAsync(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadStoredProcedureFeedAsync(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the parent document collection resource.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> for a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadStoredProcedureFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReadStoredProcedureFeedAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReadStoredProcedureFeedAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadStoredProcedureFeedAsync(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for the request.</param>
<summary>
Reads the feed (sequence) of stored procedures for a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadTriggerAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; ReadTriggerAsync (string triggerLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; ReadTriggerAsync(string triggerLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadTriggerAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="triggerLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="triggerLink">The link to the Trigger to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.Trigger" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Trigger" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadTriggerAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; ReadTriggerAsync (Uri triggerUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; ReadTriggerAsync(class System.Uri triggerUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadTriggerAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="triggerUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="triggerUri">A URI to the Trigger resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.Trigger" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Trigger" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadTriggerFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; ReadTriggerFeedAsync (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; ReadTriggerFeedAsync(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadTriggerFeedAsync(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the parent document collection resource.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of <see cref="T:Microsoft.Azure.Documents.Trigger" /> for a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Trigger" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadTriggerFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; ReadTriggerFeedAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; ReadTriggerFeedAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadTriggerFeedAsync(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for the request.</param>
<summary>
Reads the feed (sequence) of triggers for a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadUserAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; ReadUserAsync (string userLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; ReadUserAsync(string userLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadUserAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="userLink">The link to the User resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.User" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.User" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadUserAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; ReadUserAsync (Uri userUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; ReadUserAsync(class System.Uri userUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadUserAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="userUri">A URI to the User resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.User" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.User" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadUserDefinedFunctionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReadUserDefinedFunctionAsync (string functionLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReadUserDefinedFunctionAsync(string functionLink, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadUserDefinedFunctionAsync(System.String,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="functionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="functionLink">The link to the User Defined Function to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadUserDefinedFunctionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReadUserDefinedFunctionAsync (Uri functionUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReadUserDefinedFunctionAsync(class System.Uri functionUri, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadUserDefinedFunctionAsync(System.Uri,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="functionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="functionUri">A URI to the User Defined Function resource to be read.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Reads a <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadUserDefinedFunctionFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReadUserDefinedFunctionFeedAsync (string collectionLink, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReadUserDefinedFunctionFeedAsync(string collectionLink, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadUserDefinedFunctionFeedAsync(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the parent document collection resource.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> for a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadUserDefinedFunctionFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReadUserDefinedFunctionFeedAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReadUserDefinedFunctionFeedAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadUserDefinedFunctionFeedAsync(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the parent document collection.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for the request.</param>
<summary>
Reads the feed (sequence) of user defined functions for a collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadUserFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; ReadUserFeedAsync (string databaseLink, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; ReadUserFeedAsync(string databaseLink, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadUserFeedAsync(System.String,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseLink" Type="System.String" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="databaseLink">The link of the parent database resource.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" />for this request.</param>
<summary>
Reads the feed (sequence) of <see cref="T:Microsoft.Azure.Documents.User" /> for a database as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.User" /> containing the read resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReadUserFeedAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; ReadUserFeedAsync (Uri databaseUri, Microsoft.Azure.Documents.Client.FeedOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.FeedResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; ReadUserFeedAsync(class System.Uri databaseUri, class Microsoft.Azure.Documents.Client.FeedOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReadUserFeedAsync(System.Uri,Microsoft.Azure.Documents.Client.FeedOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.FeedResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseUri" Type="System.Uri" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.FeedOptions" />
</Parameters>
<Docs>
<param name="databaseUri">The URI of the parent database.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.FeedOptions" /> for the request.</param>
<summary>
Reads the feed (sequence) of users for a database as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; ReplaceAttachmentAsync (Microsoft.Azure.Documents.Attachment attachment, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; ReplaceAttachmentAsync(class Microsoft.Azure.Documents.Attachment attachment, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceAttachmentAsync(Microsoft.Azure.Documents.Attachment,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="attachment" Type="Microsoft.Azure.Documents.Attachment" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="attachment">The updated <see cref="T:Microsoft.Azure.Documents.Attachment" /> to replace the existing resource with.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Replaces a <see cref="T:Microsoft.Azure.Documents.Attachment" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Attachment" /> containing the updated resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; ReplaceAttachmentAsync (Uri attachmentUri, Microsoft.Azure.Documents.Attachment attachment, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; ReplaceAttachmentAsync(class System.Uri attachmentUri, class Microsoft.Azure.Documents.Attachment attachment, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceAttachmentAsync(System.Uri,Microsoft.Azure.Documents.Attachment,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="attachmentUri" Type="System.Uri" />
<Parameter Name="attachment" Type="Microsoft.Azure.Documents.Attachment" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="attachmentUri">The URI of the attachment to be updated.</param>
<param name="attachment">The attachment resource.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Replaces an attachment as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; ReplaceDocumentAsync (Microsoft.Azure.Documents.Document document, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; ReplaceDocumentAsync(class Microsoft.Azure.Documents.Document document, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceDocumentAsync(Microsoft.Azure.Documents.Document,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="document" Type="Microsoft.Azure.Documents.Document" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="document">The updated <see cref="T:Microsoft.Azure.Documents.Document" /> to replace the existing resource with.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Replaces a <see cref="T:Microsoft.Azure.Documents.Document" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Document" /> containing the updated resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; ReplaceDocumentAsync (string documentLink, object document, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; ReplaceDocumentAsync(string documentLink, object document, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceDocumentAsync(System.String,System.Object,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="document" Type="System.Object" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link of the document to be updated. E.g. dbs/db_rid/colls/col_rid/docs/doc_rid/ </param>
<param name="document">The updated <see cref="T:Microsoft.Azure.Documents.Document" /> to replace the existing resource with.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Replaces a <see cref="T:Microsoft.Azure.Documents.Document" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Document" /> containing the updated resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; ReplaceDocumentAsync (Uri documentUri, object document, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; ReplaceDocumentAsync(class System.Uri documentUri, object document, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceDocumentAsync(System.Uri,System.Object,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="document" Type="System.Object" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentUri">The URI of the document to be updated.</param>
<param name="document">The updated document.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Replaces a document as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceDocumentCollectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReplaceDocumentCollectionAsync (Microsoft.Azure.Documents.DocumentCollection documentCollection, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReplaceDocumentCollectionAsync(class Microsoft.Azure.Documents.DocumentCollection documentCollection, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceDocumentCollectionAsync(Microsoft.Azure.Documents.DocumentCollection,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollection" Type="Microsoft.Azure.Documents.DocumentCollection" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollection">The updated document collection.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Replaces a document collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceDocumentCollectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReplaceDocumentCollectionAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.DocumentCollection documentCollection, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.DocumentCollection&gt;&gt; ReplaceDocumentCollectionAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.DocumentCollection documentCollection, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceDocumentCollectionAsync(System.Uri,Microsoft.Azure.Documents.DocumentCollection,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.DocumentCollection&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="documentCollection" Type="Microsoft.Azure.Documents.DocumentCollection" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection to be updated.</param>
<param name="documentCollection">The updated document collection.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Replaces a document collection as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceOfferAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Offer&gt;&gt; ReplaceOfferAsync (Microsoft.Azure.Documents.Offer offer);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Offer&gt;&gt; ReplaceOfferAsync(class Microsoft.Azure.Documents.Offer offer) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceOfferAsync(Microsoft.Azure.Documents.Offer)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Offer&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="offer" Type="Microsoft.Azure.Documents.Offer" />
</Parameters>
<Docs>
<param name="offer">The updated <see cref="T:Microsoft.Azure.Documents.Offer" /> to replace the existing resource with.</param>
<summary>
Replaces a <see cref="T:Microsoft.Azure.Documents.Offer" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Offer" /> containing the updated resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplacePermissionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; ReplacePermissionAsync (Microsoft.Azure.Documents.Permission permission, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; ReplacePermissionAsync(class Microsoft.Azure.Documents.Permission permission, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplacePermissionAsync(Microsoft.Azure.Documents.Permission,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="permission" Type="Microsoft.Azure.Documents.Permission" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="permission">The updated <see cref="T:Microsoft.Azure.Documents.Permission" /> to replace the existing resource with.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Replaces a <see cref="T:Microsoft.Azure.Documents.Permission" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Permission" /> containing the updated resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplacePermissionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; ReplacePermissionAsync (Uri permissionUri, Microsoft.Azure.Documents.Permission permission, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; ReplacePermissionAsync(class System.Uri permissionUri, class Microsoft.Azure.Documents.Permission permission, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplacePermissionAsync(System.Uri,Microsoft.Azure.Documents.Permission,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="permissionUri" Type="System.Uri" />
<Parameter Name="permission" Type="Microsoft.Azure.Documents.Permission" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="permissionUri">The URI for the permission to be updated.</param>
<param name="permission">The updated permission.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Replaces a permission as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceStoredProcedureAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReplaceStoredProcedureAsync (Microsoft.Azure.Documents.StoredProcedure storedProcedure, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReplaceStoredProcedureAsync(class Microsoft.Azure.Documents.StoredProcedure storedProcedure, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceStoredProcedureAsync(Microsoft.Azure.Documents.StoredProcedure,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="storedProcedure" Type="Microsoft.Azure.Documents.StoredProcedure" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="storedProcedure">The updated <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> to replace the existing resource with.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Replaces a <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> containing the updated resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceStoredProcedureAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReplaceStoredProcedureAsync (Uri storedProcedureUri, Microsoft.Azure.Documents.StoredProcedure storedProcedure, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; ReplaceStoredProcedureAsync(class System.Uri storedProcedureUri, class Microsoft.Azure.Documents.StoredProcedure storedProcedure, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceStoredProcedureAsync(System.Uri,Microsoft.Azure.Documents.StoredProcedure,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="storedProcedureUri" Type="System.Uri" />
<Parameter Name="storedProcedure" Type="Microsoft.Azure.Documents.StoredProcedure" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="storedProcedureUri">The URI for the stored procedure to be updated.</param>
<param name="storedProcedure">The updated stored procedure.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Replace the specified stored procedure in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceTriggerAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; ReplaceTriggerAsync (Microsoft.Azure.Documents.Trigger trigger, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; ReplaceTriggerAsync(class Microsoft.Azure.Documents.Trigger trigger, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceTriggerAsync(Microsoft.Azure.Documents.Trigger,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="trigger" Type="Microsoft.Azure.Documents.Trigger" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="trigger">The updated <see cref="T:Microsoft.Azure.Documents.Trigger" /> to replace the existing resource with.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Replaces a <see cref="T:Microsoft.Azure.Documents.Trigger" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.Trigger" /> containing the updated resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceTriggerAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; ReplaceTriggerAsync (Uri triggerUri, Microsoft.Azure.Documents.Trigger trigger, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; ReplaceTriggerAsync(class System.Uri triggerUri, class Microsoft.Azure.Documents.Trigger trigger, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceTriggerAsync(System.Uri,Microsoft.Azure.Documents.Trigger,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="triggerUri" Type="System.Uri" />
<Parameter Name="trigger" Type="Microsoft.Azure.Documents.Trigger" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="triggerUri">The URI for the trigger to be updated.</param>
<param name="trigger">The updated trigger.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Replaces a trigger as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceUserAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; ReplaceUserAsync (Microsoft.Azure.Documents.User user, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; ReplaceUserAsync(class Microsoft.Azure.Documents.User user, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceUserAsync(Microsoft.Azure.Documents.User,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="user" Type="Microsoft.Azure.Documents.User" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="user">The updated <see cref="T:Microsoft.Azure.Documents.User" /> to replace the existing resource with.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Replaces a <see cref="T:Microsoft.Azure.Documents.User" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.User" /> containing the updated resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceUserAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; ReplaceUserAsync (Uri userUri, Microsoft.Azure.Documents.User user, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; ReplaceUserAsync(class System.Uri userUri, class Microsoft.Azure.Documents.User user, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceUserAsync(System.Uri,Microsoft.Azure.Documents.User,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userUri" Type="System.Uri" />
<Parameter Name="user" Type="Microsoft.Azure.Documents.User" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="userUri">The URI for the user to be updated.</param>
<param name="user">The updated user.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Replaces a user as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceUserDefinedFunctionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReplaceUserDefinedFunctionAsync (Microsoft.Azure.Documents.UserDefinedFunction function, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReplaceUserDefinedFunctionAsync(class Microsoft.Azure.Documents.UserDefinedFunction function, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceUserDefinedFunctionAsync(Microsoft.Azure.Documents.UserDefinedFunction,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="function" Type="Microsoft.Azure.Documents.UserDefinedFunction" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="function">The updated <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> to replace the existing resource with.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Replaces a <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
A <see cref="N:System.Threading.Tasks" /> containing a <see cref="T:Microsoft.Azure.Documents.Client.ResourceResponse`1" /> which wraps a <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> containing the updated resource record.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReplaceUserDefinedFunctionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReplaceUserDefinedFunctionAsync (Uri userDefinedFunctionUri, Microsoft.Azure.Documents.UserDefinedFunction function, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; ReplaceUserDefinedFunctionAsync(class System.Uri userDefinedFunctionUri, class Microsoft.Azure.Documents.UserDefinedFunction function, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.ReplaceUserDefinedFunctionAsync(System.Uri,Microsoft.Azure.Documents.UserDefinedFunction,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userDefinedFunctionUri" Type="System.Uri" />
<Parameter Name="function" Type="Microsoft.Azure.Documents.UserDefinedFunction" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="userDefinedFunctionUri">The URI for the user defined function to be updated.</param>
<param name="function">The updated user defined function.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Replaces a user defined function as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ServiceEndpoint">
<MemberSignature Language="C#" Value="public Uri ServiceEndpoint { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Uri ServiceEndpoint" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.IDocumentClient.ServiceEndpoint" />
<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.Uri</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the endpoint Uri for the service endpoint in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Session">
<MemberSignature Language="C#" Value="public object Session { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance object Session" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.IDocumentClient.Session" />
<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.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the session object used for session consistency version tracking in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdateMediaAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.MediaResponse&gt; UpdateMediaAsync (string mediaLink, System.IO.Stream mediaStream, Microsoft.Azure.Documents.Client.MediaOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.MediaResponse&gt; UpdateMediaAsync(string mediaLink, class System.IO.Stream mediaStream, class Microsoft.Azure.Documents.Client.MediaOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpdateMediaAsync(System.String,System.IO.Stream,Microsoft.Azure.Documents.Client.MediaOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.MediaResponse&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="mediaLink" Type="System.String" />
<Parameter Name="mediaStream" Type="System.IO.Stream" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.MediaOptions" />
</Parameters>
<Docs>
<param name="mediaLink">The link for the media to be updated. /medias/media_rid </param>
<param name="mediaStream">The <see cref="T:System.IO.Stream" /> of the attachment media.</param>
<param name="options">The <see cref="T:Microsoft.Azure.Documents.Client.MediaOptions" /> for the request.</param>
<summary>
Replaces the specified media's content as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">If either <paramref name="mediaLink" /> or <paramref name="mediaStream" /> is not set.</exception>
<exception cref="T:System.ArgumentException">If <paramref name="mediaLink" /> is not in the form of /medias/{mediaId}.</exception>
</Docs>
</Member>
<Member MemberName="UpsertAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; UpsertAttachmentAsync (string documentLink, object attachment, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; UpsertAttachmentAsync(string documentLink, object attachment, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertAttachmentAsync(System.String,System.Object,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="attachment" Type="System.Object" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link of the parent document for this new attachment. E.g. dbs/db_rid/colls/col_rid/docs/doc_rid/ </param>
<param name="attachment">The attachment object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Upserts an attachment as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>
The <see cref="T:System.Threading.Tasks.Task" /> object representing the service response for the asynchronous operation.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; UpsertAttachmentAsync (Uri documentUri, object attachment, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; UpsertAttachmentAsync(class System.Uri documentUri, object attachment, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertAttachmentAsync(System.Uri,System.Object,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="attachment" Type="System.Object" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentUri">The URI of the document to upsert an attachment for.</param>
<param name="attachment">The <see cref="T:Microsoft.Azure.Documents.Attachment" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Upserts an attachment as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; UpsertAttachmentAsync (string documentLink, System.IO.Stream mediaStream, Microsoft.Azure.Documents.Client.MediaOptions options = null, Microsoft.Azure.Documents.Client.RequestOptions requestOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; UpsertAttachmentAsync(string documentLink, class System.IO.Stream mediaStream, class Microsoft.Azure.Documents.Client.MediaOptions options, class Microsoft.Azure.Documents.Client.RequestOptions requestOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertAttachmentAsync(System.String,System.IO.Stream,Microsoft.Azure.Documents.Client.MediaOptions,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentLink" Type="System.String" />
<Parameter Name="mediaStream" Type="System.IO.Stream" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.MediaOptions" />
<Parameter Name="requestOptions" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentLink">The link of the parent document for this new attachment. E.g. dbs/db_rid/colls/col_rid/docs/doc_rid/ </param>
<param name="mediaStream">The <see cref="T:System.IO.Stream" /> of the attachment media.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.MediaOptions" /> for the request.</param>
<param name="requestOptions">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Upserts an attachment with the contents of the provided <paramref name="mediaStream" /> as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>
The <see cref="T:System.Threading.Tasks.Task" /> object representing the service response for the asynchronous operation.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertAttachmentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt; UpsertAttachmentAsync (Uri documentUri, System.IO.Stream mediaStream, Microsoft.Azure.Documents.Client.MediaOptions options = null, Microsoft.Azure.Documents.Client.RequestOptions requestOptions = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Attachment&gt;&gt; UpsertAttachmentAsync(class System.Uri documentUri, class System.IO.Stream mediaStream, class Microsoft.Azure.Documents.Client.MediaOptions options, class Microsoft.Azure.Documents.Client.RequestOptions requestOptions) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertAttachmentAsync(System.Uri,System.IO.Stream,Microsoft.Azure.Documents.Client.MediaOptions,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Attachment&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentUri" Type="System.Uri" />
<Parameter Name="mediaStream" Type="System.IO.Stream" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.MediaOptions" />
<Parameter Name="requestOptions" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentUri">The URI of the document to upsert an attachment for.</param>
<param name="mediaStream">The stream of the attachment media.</param>
<param name="options">The <see cref="T:Microsoft.Azure.Documents.Client.MediaOptions" /> for the request.</param>
<param name="requestOptions">The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Upserts an attachment as an asynchronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; UpsertDocumentAsync (string collectionLink, object document, Microsoft.Azure.Documents.Client.RequestOptions options = null, bool disableAutomaticIdGeneration = false);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; UpsertDocumentAsync(string collectionLink, object document, class Microsoft.Azure.Documents.Client.RequestOptions options, bool disableAutomaticIdGeneration) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertDocumentAsync(System.String,System.Object,Microsoft.Azure.Documents.Client.RequestOptions,System.Boolean)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="document" Type="System.Object" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
<Parameter Name="disableAutomaticIdGeneration" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> to upsert the document in. E.g. dbs/db_rid/colls/coll_rid/ </param>
<param name="document">The document object to upsert.</param>
<param name="options">(Optional) Any request options you wish to set. E.g. Specifying a Trigger to execute when creating the document. <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /></param>
<param name="disableAutomaticIdGeneration">(Optional) Disables the automatic id generation, If this is True the system will throw an exception if the id property is missing from the Document.</param>
<summary>
Upserts a Document as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The <see cref="T:Microsoft.Azure.Documents.Document" /> that was upserted contained within a <see cref="T:System.Threading.Tasks.Task" /> object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertDocumentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt; UpsertDocumentAsync (Uri documentCollectionUri, object document, Microsoft.Azure.Documents.Client.RequestOptions options = null, bool disableAutomaticIdGeneration = false);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Document&gt;&gt; UpsertDocumentAsync(class System.Uri documentCollectionUri, object document, class Microsoft.Azure.Documents.Client.RequestOptions options, bool disableAutomaticIdGeneration) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertDocumentAsync(System.Uri,System.Object,Microsoft.Azure.Documents.Client.RequestOptions,System.Boolean)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Document&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="document" Type="System.Object" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
<Parameter Name="disableAutomaticIdGeneration" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection to upsert the document in.</param>
<param name="document">The document object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<param name="disableAutomaticIdGeneration">A flag to disable the automatic id generation.</param>
<summary>
Upserts a document as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertPermissionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; UpsertPermissionAsync (string userLink, Microsoft.Azure.Documents.Permission permission, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; UpsertPermissionAsync(string userLink, class Microsoft.Azure.Documents.Permission permission, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertPermissionAsync(System.String,Microsoft.Azure.Documents.Permission,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userLink" Type="System.String" />
<Parameter Name="permission" Type="Microsoft.Azure.Documents.Permission" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="userLink">The link of the user to Upsert the permission for. E.g. dbs/db_rid/users/user_rid/ </param>
<param name="permission">The <see cref="T:Microsoft.Azure.Documents.Permission" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Upserts a permission on a user object as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>A task object representing the service response for the asynchronous operation which contains the upserted <see cref="T:Microsoft.Azure.Documents.Permission" /> object.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertPermissionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt; UpsertPermissionAsync (Uri userUri, Microsoft.Azure.Documents.Permission permission, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Permission&gt;&gt; UpsertPermissionAsync(class System.Uri userUri, class Microsoft.Azure.Documents.Permission permission, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertPermissionAsync(System.Uri,Microsoft.Azure.Documents.Permission,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Permission&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="userUri" Type="System.Uri" />
<Parameter Name="permission" Type="Microsoft.Azure.Documents.Permission" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="userUri">The URI of the user to upsert the permission for.</param>
<param name="permission">The <see cref="T:Microsoft.Azure.Documents.Permission" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Upserts a permission as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertStoredProcedureAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; UpsertStoredProcedureAsync (string collectionLink, Microsoft.Azure.Documents.StoredProcedure storedProcedure, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; UpsertStoredProcedureAsync(string collectionLink, class Microsoft.Azure.Documents.StoredProcedure storedProcedure, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertStoredProcedureAsync(System.String,Microsoft.Azure.Documents.StoredProcedure,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="storedProcedure" Type="Microsoft.Azure.Documents.StoredProcedure" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the collection to upsert the stored procedure in. E.g. dbs/db_rid/colls/col_rid/</param>
<param name="storedProcedure">The <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> object to upsert.</param>
<param name="options">(Optional) Any <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Upserts a stored procedure as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> that was upserted contained within a <see cref="T:System.Threading.Tasks.Task" /> object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertStoredProcedureAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt; UpsertStoredProcedureAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.StoredProcedure storedProcedure, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.StoredProcedure&gt;&gt; UpsertStoredProcedureAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.StoredProcedure storedProcedure, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertStoredProcedureAsync(System.Uri,Microsoft.Azure.Documents.StoredProcedure,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.StoredProcedure&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="storedProcedure" Type="Microsoft.Azure.Documents.StoredProcedure" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection to upsert the stored procedure in.</param>
<param name="storedProcedure">The <see cref="T:Microsoft.Azure.Documents.StoredProcedure" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Upserts a stored procedure as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertTriggerAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; UpsertTriggerAsync (string collectionLink, Microsoft.Azure.Documents.Trigger trigger, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; UpsertTriggerAsync(string collectionLink, class Microsoft.Azure.Documents.Trigger trigger, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertTriggerAsync(System.String,Microsoft.Azure.Documents.Trigger,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="trigger" Type="Microsoft.Azure.Documents.Trigger" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> to upsert the trigger in. E.g. dbs/db_rid/colls/col_rid/ </param>
<param name="trigger">The <see cref="T:Microsoft.Azure.Documents.Trigger" /> object to upsert.</param>
<param name="options">(Optional) Any <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Upserts a trigger as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>A task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertTriggerAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt; UpsertTriggerAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.Trigger trigger, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.Trigger&gt;&gt; UpsertTriggerAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.Trigger trigger, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertTriggerAsync(System.Uri,Microsoft.Azure.Documents.Trigger,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.Trigger&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="trigger" Type="Microsoft.Azure.Documents.Trigger" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection to upsert the trigger in.</param>
<param name="trigger">The <see cref="T:Microsoft.Azure.Documents.Trigger" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Upserts a trigger as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertUserAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; UpsertUserAsync (string databaseLink, Microsoft.Azure.Documents.User user, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; UpsertUserAsync(string databaseLink, class Microsoft.Azure.Documents.User user, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertUserAsync(System.String,Microsoft.Azure.Documents.User,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseLink" Type="System.String" />
<Parameter Name="user" Type="Microsoft.Azure.Documents.User" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="databaseLink">The link of the database to upsert the user in. E.g. dbs/db_rid/ </param>
<param name="user">The <see cref="T:Microsoft.Azure.Documents.User" /> object to upsert.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Upserts a permission on a user object as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>A task object representing the service response for the asynchronous operation which contains the upserted <see cref="T:Microsoft.Azure.Documents.User" /> object.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertUserAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt; UpsertUserAsync (Uri databaseUri, Microsoft.Azure.Documents.User user, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.User&gt;&gt; UpsertUserAsync(class System.Uri databaseUri, class Microsoft.Azure.Documents.User user, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertUserAsync(System.Uri,Microsoft.Azure.Documents.User,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.User&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="databaseUri" Type="System.Uri" />
<Parameter Name="user" Type="Microsoft.Azure.Documents.User" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="databaseUri">The URI of the database to upsert the user in.</param>
<param name="user">The <see cref="T:Microsoft.Azure.Documents.User" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Upserts a user as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertUserDefinedFunctionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; UpsertUserDefinedFunctionAsync (string collectionLink, Microsoft.Azure.Documents.UserDefinedFunction function, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; UpsertUserDefinedFunctionAsync(string collectionLink, class Microsoft.Azure.Documents.UserDefinedFunction function, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertUserDefinedFunctionAsync(System.String,Microsoft.Azure.Documents.UserDefinedFunction,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionLink" Type="System.String" />
<Parameter Name="function" Type="Microsoft.Azure.Documents.UserDefinedFunction" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="collectionLink">The link of the <see cref="T:Microsoft.Azure.Documents.DocumentCollection" /> to upsert the user defined function in. E.g. dbs/db_rid/colls/col_rid/ </param>
<param name="function">The <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> object to upsert.</param>
<param name="options">(Optional) Any <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" />for this request.</param>
<summary>
Upserts a user defined function as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>A task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpsertUserDefinedFunctionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; UpsertUserDefinedFunctionAsync (Uri documentCollectionUri, Microsoft.Azure.Documents.UserDefinedFunction function, Microsoft.Azure.Documents.Client.RequestOptions options = null);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Documents.Client.ResourceResponse`1&lt;class Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt; UpsertUserDefinedFunctionAsync(class System.Uri documentCollectionUri, class Microsoft.Azure.Documents.UserDefinedFunction function, class Microsoft.Azure.Documents.Client.RequestOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.IDocumentClient.UpsertUserDefinedFunctionAsync(System.Uri,Microsoft.Azure.Documents.UserDefinedFunction,Microsoft.Azure.Documents.Client.RequestOptions)" />
<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>System.Threading.Tasks.Task&lt;Microsoft.Azure.Documents.Client.ResourceResponse&lt;Microsoft.Azure.Documents.UserDefinedFunction&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="documentCollectionUri" Type="System.Uri" />
<Parameter Name="function" Type="Microsoft.Azure.Documents.UserDefinedFunction" />
<Parameter Name="options" Type="Microsoft.Azure.Documents.Client.RequestOptions" />
</Parameters>
<Docs>
<param name="documentCollectionUri">The URI of the document collection to upsert the user defined function in.</param>
<param name="function">The <see cref="T:Microsoft.Azure.Documents.UserDefinedFunction" /> object.</param>
<param name="options">(Optional) The <see cref="T:Microsoft.Azure.Documents.Client.RequestOptions" /> for the request.</param>
<summary>
Upserts a user defined function as an asychronous operation in the Azure DocumentDB database service.
</summary>
<returns>The task object representing the service response for the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WriteEndpoint">
<MemberSignature Language="C#" Value="public Uri WriteEndpoint { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Uri WriteEndpoint" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.IDocumentClient.WriteEndpoint" />
<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.Uri</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current write endpoint chosen based on availability and preference in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>