public class IndexBatchBase<T> extends Object
| Constructor and Description |
|---|
IndexBatchBase(List<IndexAction<T>> actions)
Constructor of
IndexBatchBase |
| Modifier and Type | Method and Description |
|---|---|
List<IndexAction<T>> |
getActions()
Get the actions property: The actions in the batch.
|
public IndexBatchBase(List<IndexAction<T>> actions)
IndexBatchBaseactions - The actions in the batch.public List<IndexAction<T>> getActions()
Copyright © 2020 Microsoft Corporation. All rights reserved.