IndexBatch<T> Class
Definition
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.
Contains a batch of document write actions to send to the index.
public class IndexBatch<T>
type IndexBatch<'T> = class
Public Class IndexBatch(Of T)
Type Parameters
- T
- Inheritance
-
IndexBatch<T>
Constructors
IndexBatch<T>() |
Initializes a new instance of the IndexBatch class. |
IndexBatch<T>(IEnumerable<IndexAction<T>>) |
Initializes a new instance of the IndexBatch class. |
Properties
Actions |
Gets or sets the actions in the batch. |
Methods
Validate() |
Validate the object. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET