IndexBatch<T> Constructors
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.
Overloads
IndexBatch<T>() |
Initializes a new instance of the IndexBatch class. |
IndexBatch<T>(IEnumerable<IndexAction<T>>) |
Initializes a new instance of the IndexBatch class. |
IndexBatch<T>()
- Source:
- IndexBatch.cs
Initializes a new instance of the IndexBatch class.
public IndexBatch ();
Public Sub New ()
Applies to
IndexBatch<T>(IEnumerable<IndexAction<T>>)
- Source:
- IndexBatch.cs
Initializes a new instance of the IndexBatch class.
public IndexBatch (System.Collections.Generic.IEnumerable<Microsoft.Azure.Search.Models.IndexAction<T>> actions);
new Microsoft.Azure.Search.Models.IndexBatch<'T> : seq<Microsoft.Azure.Search.Models.IndexAction<'T>> -> Microsoft.Azure.Search.Models.IndexBatch<'T>
Public Sub New (actions As IEnumerable(Of IndexAction(Of T)))
Parameters
- actions
- IEnumerable<IndexAction<T>>
The actions in the batch.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET