FileQueryProgress Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. FileQueryProgress
- com.
public class FileQueryProgress
Defines a file query error that can be returned on parsing a file query request.
Constructor Summary
Constructor | Description |
---|---|
FileQueryProgress(long bytesScanned, long totalBytes) |
Creates a new File |
Method Summary
Modifier and Type | Method and Description |
---|---|
long | getBytesScanned() |
long | getTotalBytes() |
Methods inherited from java.lang.Object
Constructor Details
FileQueryProgress
public FileQueryProgress(long bytesScanned, long totalBytes)
Creates a new FileQueryProgress object.
Parameters:
bytesScanned
- The number of bytes scanned so far.
totalBytes
- The total number of bytes in the file.
Method Details
getBytesScanned
public long getBytesScanned()
Returns:
The number of bytes scanned so far.
getTotalBytes
public long getTotalBytes()
Returns:
The total number of bytes in the file.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java