public final class BlobRange extends Object
public static final BlobRange DEFAULT
public BlobRange(long offset, Long count)
BlobRange
object.offset
- The start of the range. Must be greater than or equal to 0.count
- How many bytes to include in the range. Must be greater than or equal to 0 if specified. If specified,
offset must also be specified.public long getOffset()
public Long getCount()
This documentation was released into the public domain.