public final class BlobRange
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static BlobRange |
DEFAULT
An object which reflects the service's default range, which is the whole blob.
|
| Constructor and Description |
|---|
BlobRange(long offset,
long count)
A
BlobRange object. |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
long |
getOffset() |
java.lang.String |
toString() |
public static final BlobRange DEFAULT