DocumentOperationsExtensions Class

 

Applies To: Microsoft Azure

Client that can be used to query an Azure Search index and upload, merge, or delete documents. (see https://msdn.microsoft.com/library/azure/dn798935.aspx for more information)

Namespace:   Microsoft.Azure.Search
Assembly:  Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Search.DocumentOperationsExtensions

Syntax

public static class DocumentOperationsExtensions
[ExtensionAttribute]
public ref class DocumentOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DocumentOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DocumentOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ContinueSearch(IDocumentOperations, SearchContinuationToken)

Retrieves the next page of search results from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static ContinueSearch<T>(IDocumentOperations, SearchContinuationToken)

Retrieves the next page of search results from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static ContinueSearchAsync(IDocumentOperations, SearchContinuationToken)

Retrieves the next page of search results from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static ContinueSearchAsync<T>(IDocumentOperations, SearchContinuationToken)

Retrieves the next page of search results from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static Count(IDocumentOperations)

Queries the number of documents in the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798924.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static CountAsync(IDocumentOperations)

Queries the number of documents in the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798924.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Get(IDocumentOperations, String)

Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx

System_CAPS_pubmethodSystem_CAPS_static Get(IDocumentOperations, String, IEnumerable<String>)

Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx

System_CAPS_pubmethodSystem_CAPS_static Get<T>(IDocumentOperations, String)

Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx

System_CAPS_pubmethodSystem_CAPS_static Get<T>(IDocumentOperations, String, IEnumerable<String>)

Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IDocumentOperations, String)

Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IDocumentOperations, String, IEnumerable<String>)

Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx

System_CAPS_pubmethodSystem_CAPS_static GetAsync<T>(IDocumentOperations, String)

Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx

System_CAPS_pubmethodSystem_CAPS_static GetAsync<T>(IDocumentOperations, String, IEnumerable<String>)

Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx

System_CAPS_pubmethodSystem_CAPS_static Index(IDocumentOperations, IndexBatch)

Sends a batch of upload, merge, and/or delete actions to the Azure Search index. https://msdn.microsoft.com/library/azure/dn798935.aspx

System_CAPS_pubmethodSystem_CAPS_static Index<T>(IDocumentOperations, IndexBatch<T>)

Sends a batch of upload, merge, and/or delete actions to the Azure Search index. https://msdn.microsoft.com/library/azure/dn798935.aspx

System_CAPS_pubmethodSystem_CAPS_static IndexAsync(IDocumentOperations, IndexBatch)

Sends a batch of upload, merge, and/or delete actions to the Azure Search index. https://msdn.microsoft.com/library/azure/dn798935.aspx

System_CAPS_pubmethodSystem_CAPS_static IndexAsync<T>(IDocumentOperations, IndexBatch<T>)

Sends a batch of upload, merge, and/or delete actions to the Azure Search index. https://msdn.microsoft.com/library/azure/dn798935.aspx

System_CAPS_pubmethodSystem_CAPS_static Search(IDocumentOperations, String)

Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static Search(IDocumentOperations, String, SearchParameters)

Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static Search<T>(IDocumentOperations, String)

Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static Search<T>(IDocumentOperations, String, SearchParameters)

Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static SearchAsync(IDocumentOperations, String)

Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static SearchAsync(IDocumentOperations, String, SearchParameters)

Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static SearchAsync<T>(IDocumentOperations, String)

Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static SearchAsync<T>(IDocumentOperations, String, SearchParameters)

Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethodSystem_CAPS_static Suggest(IDocumentOperations, String, String)

Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx

System_CAPS_pubmethodSystem_CAPS_static Suggest(IDocumentOperations, String, String, SuggestParameters)

Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx

System_CAPS_pubmethodSystem_CAPS_static Suggest<T>(IDocumentOperations, String, String)

Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx

System_CAPS_pubmethodSystem_CAPS_static Suggest<T>(IDocumentOperations, String, String, SuggestParameters)

Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx

System_CAPS_pubmethodSystem_CAPS_static SuggestAsync(IDocumentOperations, String, String)

Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx

System_CAPS_pubmethodSystem_CAPS_static SuggestAsync(IDocumentOperations, String, String, SuggestParameters)

Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx

System_CAPS_pubmethodSystem_CAPS_static SuggestAsync<T>(IDocumentOperations, String, String)

Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx

System_CAPS_pubmethodSystem_CAPS_static SuggestAsync<T>(IDocumentOperations, String, String, SuggestParameters)

Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Search Namespace

Return to top