SearchIndexingBufferedSender<T> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Index search documents with intelligent batching, automatic flushing, and retries for failed indexing actions.
public class SearchIndexingBufferedSender<T> : IAsyncDisposable, IDisposable
type SearchIndexingBufferedSender<'T> = class
interface IDisposable
interface IAsyncDisposable
Public Class SearchIndexingBufferedSender(Of T)
Implements IAsyncDisposable, IDisposable
- T
The .NET type that maps to the index schema. Instances of this type can be retrieved as documents from the index. You can use SearchDocument for dynamic documents.
- Inheritance
-
SearchIndexingBufferedSender<T>
- Implements
Search |
Protected constructor for mocking. |
Search |
Creates a new instance of SearchIndexingBufferedSender<T> that can be used to index search documents with intelligent batching, automatic flushing, and retries for failed indexing actions. |
Endpoint |
Gets the URI endpoint of the Search Service. This is likely to be similar to "https://{search_service}.search.windows.net". |
Index |
Gets the name of the Search Index. |
Service |
Gets the name of the Search Service. |
Delete |
Adds a batch of delete actions to eventually send to the search index. |
Delete |
Adds a batch of delete actions to eventually send to the search index. |
Finalize() |
Ensure the sender was properly disposed. |
Flush(Cancellation |
Flush any pending indexing actions. This will wait until everything has been sent before returning. |
Flush |
Flush any pending indexing actions. This will wait until everything has been sent before returning. |
Index |
Adds a batch of upload, merge, and/or delete actions to eventually send to the search index. |
Index |
Adds a batch of upload, merge, and/or delete actions to eventually send to the search index. |
Merge |
Adds a batch of merge actions to eventually send to the search index. |
Merge |
Adds a batch of merge actions to eventually send to the search index. |
Merge |
Adds a batch of merge or upload actions to eventually send to the search index. |
Merge |
Adds a batch of merge or upload actions to eventually send to the search index. |
On |
Raise the ActionAdded event. |
On |
Raise the ActionCompleted event. |
On |
Raise the ActionFailed event. |
On |
Raise the ActionSent event. |
Upload |
Adds a batch of upload actions to eventually send to the search index. |
Upload |
Adds a batch of upload actions to eventually send to the search index. |
Action |
Event raised whenever an indexing action is added to the sender. |
Action |
Event raised whenever an indexing action was submitted successfully. |
Action |
Event raised whenever an indexing action failed. |
Action |
Event raised whenever an indexing action is sent by the sender. |
IAsync |
Flush any remaining work and clean up resources. |
IDisposable. |
Flush any remaining work and clean up resources. |
Feedback su Azure SDK for .NET
Azure SDK for .NET è un progetto di open source. Selezionare un collegamento per fornire feedback: