IndexerOperationsExtensions Class

 

Applies To: Microsoft Azure

Client that can be used to manage and query indexes and documents on an Azure Search service. (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.IndexerOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IIndexerOperations, Indexer)

Creates a new Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946899.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IIndexerOperations, Indexer)

Creates a new Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946899.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static CreateOrUpdate(IIndexerOperations, Indexer)

Creates a new Azure Search indexer or updates an indexer if it already exists. (see https://msdn.microsoft.com/library/azure/dn946899.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static CreateOrUpdateAsync(IIndexerOperations, Indexer)

Creates a new Azure Search indexer or updates an indexer if it already exists. (see https://msdn.microsoft.com/library/azure/dn946899.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Delete(IIndexerOperations, String)

Deletes an Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946898.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IIndexerOperations, String)

Deletes an Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946898.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Exists(IIndexerOperations, String)

Determines whether or not the given indexer exists in the Azure Search service.

System_CAPS_pubmethodSystem_CAPS_static ExistsAsync(IIndexerOperations, String)

Determines whether or not the given indexer exists in the Azure Search service.

System_CAPS_pubmethodSystem_CAPS_static Get(IIndexerOperations, String)

Retrieves an indexer definition from Azure Search. (see https://msdn.microsoft.com/library/azure/dn946874.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IIndexerOperations, String)

Retrieves an indexer definition from Azure Search. (see https://msdn.microsoft.com/library/azure/dn946874.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetStatus(IIndexerOperations, String)

Returns the current status and execution history of an indexer. (see https://msdn.microsoft.com/library/azure/dn946884.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetStatusAsync(IIndexerOperations, String)

Returns the current status and execution history of an indexer. (see https://msdn.microsoft.com/library/azure/dn946884.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static List(IIndexerOperations)

Lists all datasources available for an Azure Search service. (see https://msdn.microsoft.com/library/azure/dn946883.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IIndexerOperations)

Lists all datasources available for an Azure Search service. (see https://msdn.microsoft.com/library/azure/dn946883.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Reset(IIndexerOperations, String)

Resets the change tracking state associated with an Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946897.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ResetAsync(IIndexerOperations, String)

Resets the change tracking state associated with an Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946897.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Run(IIndexerOperations, String)

Runs an Azure Search indexer on-demand. (see https://msdn.microsoft.com/library/azure/dn946885.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static RunAsync(IIndexerOperations, String)

Runs an Azure Search indexer on-demand. (see https://msdn.microsoft.com/library/azure/dn946885.aspx for more information)

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