public class ObjectDownloadOption
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ObjectDownloadOption |
length(long length)
Option for the total bytes to download in bytes.
|
static ObjectDownloadOption |
offset(long offset)
Option for the starting offset of download in bytes.
|
public static ObjectDownloadOption offset(long offset)
offset - the offsetObjectUploadOptionpublic static ObjectDownloadOption length(long length)
length - the lengthObjectUploadOption