64 строки
4.2 KiB
YAML
64 строки
4.2 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.search.models.IndexBatchBase"
|
||
|
fullName: "com.azure.search.models.IndexBatchBase<T>"
|
||
|
name: "IndexBatchBase<T>"
|
||
|
nameWithType: "IndexBatchBase<T>"
|
||
|
summary: "Contains a batch of document write actions to send to the index."
|
||
|
inheritances:
|
||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||
|
inheritedClassMethods:
|
||
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
||
|
methodsRef:
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
||
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
||
|
syntax: "public class **IndexBatchBase<T>**"
|
||
|
constructors:
|
||
|
- uid: "com.azure.search.models.IndexBatchBase.IndexBatchBase()"
|
||
|
fullName: "com.azure.search.models.IndexBatchBase<T>.IndexBatchBase()"
|
||
|
name: "IndexBatchBase()"
|
||
|
nameWithType: "IndexBatchBase<T>.IndexBatchBase()"
|
||
|
syntax: "public IndexBatchBase()"
|
||
|
methods:
|
||
|
- uid: "com.azure.search.models.IndexBatchBase.getActions()"
|
||
|
fullName: "com.azure.search.models.IndexBatchBase<T>.getActions()"
|
||
|
name: "getActions()"
|
||
|
nameWithType: "IndexBatchBase<T>.getActions()"
|
||
|
summary: "Get the actions property: The actions in the batch."
|
||
|
syntax: "public List<IndexAction<T>> getActions()"
|
||
|
desc: "Get the actions property: The actions in the batch."
|
||
|
returns:
|
||
|
description: "the actions value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.search.models.IndexAction?alt=com.azure.search.models.IndexAction&text=IndexAction\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>>"
|
||
|
- uid: "com.azure.search.models.IndexBatchBase.setActions(java.util.List<com.azure.search.models.IndexAction<T>>)"
|
||
|
fullName: "com.azure.search.models.IndexBatchBase<T>.setActions(List<IndexAction<T>> actions)"
|
||
|
name: "setActions(List<IndexAction<T>> actions)"
|
||
|
nameWithType: "IndexBatchBase<T>.setActions(List<IndexAction<T>> actions)"
|
||
|
summary: "Set the actions property: The actions in the batch."
|
||
|
modifiers:
|
||
|
- "protected"
|
||
|
parameters:
|
||
|
- description: "the actions value to set."
|
||
|
name: "actions"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.search.models.IndexAction?alt=com.azure.search.models.IndexAction&text=IndexAction\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>>"
|
||
|
syntax: "protected IndexBatchBase<T> setActions(List<IndexAction<T>> actions)"
|
||
|
desc: "Set the actions property: The actions in the batch."
|
||
|
returns:
|
||
|
description: "the IndexBatchBase object itself."
|
||
|
type: "<xref href=\"com.azure.search.models.IndexBatchBase?alt=com.azure.search.models.IndexBatchBase&text=IndexBatchBase\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
type: "class"
|
||
|
typeParameters:
|
||
|
- name: "T"
|
||
|
desc: "Contains a batch of document write actions to send to the index."
|
||
|
metadata: {}
|
||
|
package: "com.azure.search.models"
|
||
|
artifact: com.azure:azure-search:11.0.0-beta.1
|