Permalink
Fetching contributors…
Cannot retrieve contributors at this time
29 lines (29 sloc) 1.18 KB
<Type Name="IDocumentQuery" FullName="Microsoft.Azure.Documents.Linq.IDocumentQuery">
<TypeSignature Language="C#" Value="public interface IDocumentQuery : IDisposable" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IDocumentQuery implements class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Documents.Linq.IDocumentQuery" />
<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>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>
Provides methods to support query pagination and asynchronous execution in the Azure DocumentDB database service.
</summary>
<remarks>
Untyped interface with no methods.
</remarks>
</Docs>
<Members />
</Type>