azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

93 строки
5.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobQueryError"
fullName: "com.azure.storage.blob.models.BlobQueryError"
name: "BlobQueryError"
nameWithType: "BlobQueryError"
summary: "Defines a blob query error that can be returned on parsing a blob query request."
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 **BlobQueryError**"
constructors:
- uid: "com.azure.storage.blob.models.BlobQueryError.BlobQueryError(boolean,java.lang.String,java.lang.String,long)"
fullName: "com.azure.storage.blob.models.BlobQueryError.BlobQueryError(boolean fatal, String name, String description, long position)"
name: "BlobQueryError(boolean fatal, String name, String description, long position)"
nameWithType: "BlobQueryError.BlobQueryError(boolean fatal, String name, String description, long position)"
summary: "Creates a new Blob<wbr>Query<wbr>Error object."
parameters:
- description: "Whether or not the error is fatal."
name: "fatal"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the error."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A description of the error."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The blob offset at which the error occurred."
name: "position"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobQueryError(boolean fatal, String name, String description, long position)"
desc: "Creates a new BlobQueryError object."
methods:
- uid: "com.azure.storage.blob.models.BlobQueryError.getDescription()"
fullName: "com.azure.storage.blob.models.BlobQueryError.getDescription()"
name: "getDescription()"
nameWithType: "BlobQueryError.getDescription()"
syntax: "public String getDescription()"
returns:
description: "A description of the error."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobQueryError.getName()"
fullName: "com.azure.storage.blob.models.BlobQueryError.getName()"
name: "getName()"
nameWithType: "BlobQueryError.getName()"
syntax: "public String getName()"
returns:
description: "The name of the error."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobQueryError.getPosition()"
fullName: "com.azure.storage.blob.models.BlobQueryError.getPosition()"
name: "getPosition()"
nameWithType: "BlobQueryError.getPosition()"
syntax: "public long getPosition()"
returns:
description: "The blob offset at which the error occurred."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobQueryError.isFatal()"
fullName: "com.azure.storage.blob.models.BlobQueryError.isFatal()"
name: "isFatal()"
nameWithType: "BlobQueryError.isFatal()"
summary: "Whether or not the error is fatal."
syntax: "public boolean isFatal()"
desc: "Whether or not the error is fatal. If true, this error prevents further query processing. More result data may be returned, but there is no guarantee that all of the original data will be processed. If false, this error does not prevent further query processing."
returns:
description: "Whether or not the error is fatal."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobQueryError.toString()"
fullName: "com.azure.storage.blob.models.BlobQueryError.toString()"
name: "toString()"
nameWithType: "BlobQueryError.toString()"
overridden: "java.lang.Object.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Defines a blob query error that can be returned on parsing a blob query request."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1