IndexBatch Constructor
Initializes a new instance of the IndexBatch class.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim actions As IEnumerable(Of IndexAction(Of T))
Dim instance As New IndexBatch(Of T)(actions)
Syntax
'Declaration
Public Sub New ( _
actions As IEnumerable(Of IndexAction(Of T)) _
)
public IndexBatch (
IEnumerable<IndexAction<T>> actions
)
public:
IndexBatch (
IEnumerable<IndexAction<T>^>^ actions
)
public IndexBatch (
IEnumerable<IndexAction<T>> actions
)
public function IndexBatch (
actions : IEnumerable<IndexAction<T>>
)
Parameters
- actions
The index actions to include in the batch.
Remarks
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IndexBatch Class
IndexBatch Members
Microsoft.Azure.Search.Models Namespace