BlobQueryProgress Class
- java.
lang. Object - com.
azure. storage. blob. models. BlobQueryProgress
- com.
public class BlobQueryProgress
Defines a blob query error that can be returned on parsing a blob query request.
Constructor Summary
Constructor | Description |
---|---|
BlobQueryProgress(long bytesScanned, long totalBytes) |
Creates a new Blob |
Method Summary
Modifier and Type | Method and Description |
---|---|
long | getBytesScanned() |
long | getTotalBytes() |
Methods inherited from java.lang.Object
Constructor Details
BlobQueryProgress
public BlobQueryProgress(long bytesScanned, long totalBytes)
Creates a new BlobQueryProgress object.
Parameters:
bytesScanned
- The number of bytes scanned so far.
totalBytes
- The total number of bytes in the blob.
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 blob.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java