public final class BlobRange extends Object
Constructor and Description |
---|
BlobRange() |
Modifier and Type | Method and Description |
---|---|
Long |
count()
How many bytes to include in the range.
|
long |
offset()
The start of the range.
|
String |
toString() |
BlobRange |
withCount(Long count)
How many bytes to include in the range.
|
BlobRange |
withOffset(long offset)
The start of the range.
|
public long offset()
public BlobRange withOffset(long offset)
public Long count()
public BlobRange withCount(Long count)
Copyright © 2019 Microsoft Corporation. All rights reserved.