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.Copyright © 2018. All rights reserved.