azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.file.data...

61 строка
3.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.datalake.models.FileQueryProgress"
fullName: "com.azure.storage.file.datalake.models.FileQueryProgress"
name: "FileQueryProgress"
nameWithType: "FileQueryProgress"
summary: "Defines a file query error that can be returned on parsing a file 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 **FileQueryProgress**"
constructors:
- uid: "com.azure.storage.file.datalake.models.FileQueryProgress.FileQueryProgress(long,long)"
fullName: "com.azure.storage.file.datalake.models.FileQueryProgress.FileQueryProgress(long bytesScanned, long totalBytes)"
name: "FileQueryProgress(long bytesScanned, long totalBytes)"
nameWithType: "FileQueryProgress.FileQueryProgress(long bytesScanned, long totalBytes)"
summary: "Creates a new File<wbr>Query<wbr>Progress object."
parameters:
- description: "The number of bytes scanned so far."
name: "bytesScanned"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- description: "The total number of bytes in the file."
name: "totalBytes"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FileQueryProgress(long bytesScanned, long totalBytes)"
desc: "Creates a new FileQueryProgress object."
methods:
- uid: "com.azure.storage.file.datalake.models.FileQueryProgress.getBytesScanned()"
fullName: "com.azure.storage.file.datalake.models.FileQueryProgress.getBytesScanned()"
name: "getBytesScanned()"
nameWithType: "FileQueryProgress.getBytesScanned()"
syntax: "public long getBytesScanned()"
returns:
description: "The number of bytes scanned so far."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileQueryProgress.getTotalBytes()"
fullName: "com.azure.storage.file.datalake.models.FileQueryProgress.getTotalBytes()"
name: "getTotalBytes()"
nameWithType: "FileQueryProgress.getTotalBytes()"
syntax: "public long getTotalBytes()"
returns:
description: "The total number of bytes in the file."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines a file query error that can be returned on parsing a file query request."
metadata: {}
package: "com.azure.storage.file.datalake.models"
artifact: com.azure:azure-storage-file-datalake:12.21.0