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 | |
|---|---|---|
![]() |
CreateAsync(Indexer, CancellationToken) | Creates a new Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946899.aspx for more information) |
![]() |
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) |
![]() |
DeleteAsync(String, CancellationToken) | Deletes an Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946898.aspx for more information) |
![]() |
ExistsAsync(String, CancellationToken) | Determines whether or not the given indexer exists in the Azure Search service. |
![]() |
GetAsync(String, CancellationToken) | Retrieves an indexer definition from Azure Search. (see https://msdn.microsoft.com/library/azure/dn946874.aspx for more information) |
![]() |
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) |
![]() |
ListAsync(CancellationToken) | Lists all datasources available for an Azure Search service. (see https://msdn.microsoft.com/library/azure/dn946883.aspx for more information) |
![]() |
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) |
![]() |
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 | |
|---|---|---|
![]() |
Create(Indexer) | Creates a new Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946899.aspx for more information) (Defined by IndexerOperationsExtensions.) |
![]() |
CreateAsync(Indexer) | Creates a new Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946899.aspx for more information) (Defined by IndexerOperationsExtensions.) |
![]() |
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.) |
![]() |
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.) |
![]() |
Delete(String) | Deletes an Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946898.aspx for more information) (Defined by IndexerOperationsExtensions.) |
![]() |
DeleteAsync(String) | Deletes an Azure Search indexer. (see https://msdn.microsoft.com/library/azure/dn946898.aspx for more information) (Defined by IndexerOperationsExtensions.) |
![]() |
Exists(String) | Determines whether or not the given indexer exists in the Azure Search service. (Defined by IndexerOperationsExtensions.) |
![]() |
ExistsAsync(String) | Determines whether or not the given indexer exists in the Azure Search service. (Defined by IndexerOperationsExtensions.) |
![]() |
Get(String) | Retrieves an indexer definition from Azure Search. (see https://msdn.microsoft.com/library/azure/dn946874.aspx for more information) (Defined by IndexerOperationsExtensions.) |
![]() |
GetAsync(String) | Retrieves an indexer definition from Azure Search. (see https://msdn.microsoft.com/library/azure/dn946874.aspx for more information) (Defined by IndexerOperationsExtensions.) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
Run(String) | Runs an Azure Search indexer on-demand. (see https://msdn.microsoft.com/library/azure/dn946885.aspx for more information) (Defined by IndexerOperationsExtensions.) |
![]() |
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
.jpeg)