azure-docs-sdk-java/docs-ref-autogen/com.azure.search.documents....

55 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.documents.models.IndexBatchBase"
fullName: "com.azure.search.documents.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.documents.models.IndexBatchBase.IndexBatchBase(java.util.List<com.azure.search.documents.models.IndexAction<T>>)"
fullName: "com.azure.search.documents.models.IndexBatchBase<T>.IndexBatchBase(List<IndexAction<T>> actions)"
name: "IndexBatchBase(List<IndexAction<T>> actions)"
nameWithType: "IndexBatchBase<T>.IndexBatchBase(List<IndexAction<T>> actions)"
summary: "Constructor of <xref uid=\"com.azure.search.documents.models.IndexBatchBase\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IndexBatchBase\"></xref>"
parameters:
- description: "The actions in the batch."
name: "actions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.models.IndexAction?alt=com.azure.search.documents.models.IndexAction&text=IndexAction\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
syntax: "public IndexBatchBase(List<IndexAction<T>> actions)"
desc: "Constructor of <xref uid=\"com.azure.search.documents.models.IndexBatchBase\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IndexBatchBase\"></xref>"
methods:
- uid: "com.azure.search.documents.models.IndexBatchBase.getActions()"
fullName: "com.azure.search.documents.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>&lt;<xref href=\"com.azure.search.documents.models.IndexAction?alt=com.azure.search.documents.models.IndexAction&text=IndexAction\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "class"
typeParameters:
- description: "The type of the document being indexed."
name: "T"
desc: "Contains a batch of document write actions to send to the index."
metadata: {}
package: "com.azure.search.documents.models"
artifact: com.azure:azure-search-documents:11.7.1