IIndexerOperations Interface

 

Applies To: Microsoft Azure

Operations for managing indexers. (see https://msdn.microsoft.com/library/azure/dn946891.aspx for more information)

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

Syntax

public interface IIndexerOperations
public interface class IIndexerOperations
type IIndexerOperations = interface end
Public Interface IIndexerOperations

Methods

Name Description
System_CAPS_pubmethod CreateAsync(Indexer, CancellationToken)

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

System_CAPS_pubmethod CreateOrUpdateAsync(Indexer, CancellationToken)

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_pubmethod DeleteAsync(String, CancellationToken)

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

System_CAPS_pubmethod ExistsAsync(String, CancellationToken)

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

System_CAPS_pubmethod GetAsync(String, CancellationToken)

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

System_CAPS_pubmethod GetStatusAsync(String, CancellationToken)

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

System_CAPS_pubmethod ListAsync(CancellationToken)

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

System_CAPS_pubmethod ResetAsync(String, CancellationToken)

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_pubmethod RunAsync(String, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Create(Indexer)

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

System_CAPS_pubmethod CreateAsync(Indexer)

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

System_CAPS_pubmethod CreateOrUpdate(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) (Defined by IndexerOperationsExtensions.)

System_CAPS_pubmethod CreateOrUpdateAsync(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) (Defined by IndexerOperationsExtensions.)

System_CAPS_pubmethod Delete(String)

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

System_CAPS_pubmethod DeleteAsync(String)

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

System_CAPS_pubmethod Exists(String)

Determines whether or not the given indexer exists in the Azure Search service. (Defined by IndexerOperationsExtensions.)

System_CAPS_pubmethod ExistsAsync(String)

Determines whether or not the given indexer exists in the Azure Search service. (Defined by IndexerOperationsExtensions.)

System_CAPS_pubmethod Get(String)

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

System_CAPS_pubmethod GetAsync(String)

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

System_CAPS_pubmethod GetStatus(String)

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

System_CAPS_pubmethod GetStatusAsync(String)

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

System_CAPS_pubmethod List()

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

System_CAPS_pubmethod ListAsync()

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

System_CAPS_pubmethod Reset(String)

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

System_CAPS_pubmethod ResetAsync(String)

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

System_CAPS_pubmethod Run(String)

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

System_CAPS_pubmethod RunAsync(String)

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

See Also

Microsoft.Azure.Search Namespace

Return to top