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