Class BlobQueryProgress


  • public class BlobQueryProgress
    extends Object
    Defines a blob query error that can be returned on parsing a blob query request.
    • Constructor Detail

      • 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 Detail

      • 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.