IDocumentServiceQuery<T> Interface

Provides methods to support query pagination and asynchronous execution.

Namespace:  Microsoft.Azure.Documents.Linq
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

Syntax

'Declaration
Public Interface IDocumentServiceQuery(Of T)
'Usage
Dim instance As IDocumentServiceQuery(Of T)
public interface IDocumentServiceQuery<T>
generic<typename T>
public interface class IDocumentServiceQuery
type IDocumentServiceQuery<'T> =  interface end
JScript does not support generic types and methods.

Type Parameters

  • T
    The source query type.

The IDocumentServiceQuery<T> type exposes the following members.

Properties

  Name Description
Public property HasMoreResults Specifies whether or not more results are available at the server.

Top

Methods

  Name Description
Public method ExecuteNextAsync() Asynchronously retrieves the next page of results from the server.
Public method ExecuteNextAsync<TResult>() Asynchronously retrieves the next page of results from the server.

Top

See Also

Reference

Microsoft.Azure.Documents.Linq Namespace