public class MultipartUploadChunk extends Object
StorageService.listObjectsChunked(String, String, String, long, String)
.
Modifier and Type | Field and Description |
---|---|
protected String[] |
commonPrefixes |
protected String |
delimiter |
protected String |
prefix |
protected String |
priorLastIdMarker |
protected String |
priorLastKey |
protected MultipartUpload[] |
uploads |
Constructor and Description |
---|
MultipartUploadChunk(String prefix,
String delimiter,
MultipartUpload[] uploads,
String[] commonPrefixes,
String priorLastKey,
String priorLastIdMarker) |
Modifier and Type | Method and Description |
---|---|
String[] |
getCommonPrefixes() |
String |
getDelimiter() |
String |
getPrefix() |
String |
getPriorLastIdMarker() |
String |
getPriorLastKey() |
MultipartUpload[] |
getUploads() |
boolean |
isListingComplete()
A convenience method to check whether a listing of uploads is complete
(true) or there are more uploads available (false).
|
protected String prefix
protected String delimiter
protected MultipartUpload[] uploads
protected String[] commonPrefixes
protected String priorLastKey
protected String priorLastIdMarker
public MultipartUpload[] getUploads()
public String[] getCommonPrefixes()
public String getPriorLastKey()
public String getPriorLastIdMarker()
public String getPrefix()
public String getDelimiter()
public boolean isListingComplete()
getPriorLastKey()
== null && getPriorLastIdMarker()
==null}
.Copyright © 2006–2018. All rights reserved.