azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Ind...

78 строки
5.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.IndexingResult"
fullName: "com.azure.search.models.IndexingResult"
name: "IndexingResult"
nameWithType: "IndexingResult"
summary: "Status of an indexing operation for a single document."
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 final class **IndexingResult**</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html\">Serializable</a>"
constructors:
- uid: "com.azure.search.models.IndexingResult.IndexingResult()"
fullName: "com.azure.search.models.IndexingResult.IndexingResult()"
name: "IndexingResult()"
nameWithType: "IndexingResult.IndexingResult()"
syntax: "public IndexingResult()"
methods:
- uid: "com.azure.search.models.IndexingResult.getErrorMessage()"
fullName: "com.azure.search.models.IndexingResult.getErrorMessage()"
name: "getErrorMessage()"
nameWithType: "IndexingResult.getErrorMessage()"
summary: "Get the error<wbr>Message property: The error message explaining why the indexing operation failed for the document identified by the key; null if indexing succeeded."
syntax: "public String getErrorMessage()"
desc: "Get the errorMessage property: The error message explaining why the indexing operation failed for the document identified by the key; null if indexing succeeded."
returns:
description: "the errorMessage value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.IndexingResult.getKey()"
fullName: "com.azure.search.models.IndexingResult.getKey()"
name: "getKey()"
nameWithType: "IndexingResult.getKey()"
summary: "Get the key property: The key of a document that was in the indexing request."
syntax: "public String getKey()"
desc: "Get the key property: The key of a document that was in the indexing request."
returns:
description: "the key value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.IndexingResult.getStatusCode()"
fullName: "com.azure.search.models.IndexingResult.getStatusCode()"
name: "getStatusCode()"
nameWithType: "IndexingResult.getStatusCode()"
summary: "Get the status<wbr>Code property: The status code of the indexing operation."
syntax: "public int getStatusCode()"
desc: "Get the statusCode property: The status code of the indexing operation. Possible values include: 200 for a successful update or delete, 201 for successful document creation, 400 for a malformed input document, 404 for document not found, 409 for a version conflict, 422 when the index is temporarily unavailable, or 503 for when the service is too busy."
returns:
description: "the statusCode value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.IndexingResult.isSucceeded()"
fullName: "com.azure.search.models.IndexingResult.isSucceeded()"
name: "isSucceeded()"
nameWithType: "IndexingResult.isSucceeded()"
summary: "Get the succeeded property: A value indicating whether the indexing operation succeeded for the document identified by the key."
syntax: "public boolean isSucceeded()"
desc: "Get the succeeded property: A value indicating whether the indexing operation succeeded for the document identified by the key."
returns:
description: "the succeeded value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Status of an indexing operation for a single document."
implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html\">Serializable</a>"
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1