public class StorageObjectsChunk extends Object
StorageService.listObjectsChunked(String, String, String, long, String)
.Constructor and Description |
---|
StorageObjectsChunk(String prefix,
String delimiter,
StorageObject[] objects,
String[] commonPrefixes,
String priorLastKey) |
Modifier and Type | Method and Description |
---|---|
String[] |
getCommonPrefixes() |
String |
getDelimiter() |
StorageObject[] |
getObjects() |
String |
getPrefix() |
String |
getPriorLastKey() |
boolean |
isListingComplete()
A convenience method to check whether a listing of objects is complete
(true) or there are more objects available (false).
|
public StorageObjectsChunk(String prefix, String delimiter, StorageObject[] objects, String[] commonPrefixes, String priorLastKey)
public StorageObject[] getObjects()
public String[] getCommonPrefixes()
public String getPriorLastKey()
public String getPrefix()
public String getDelimiter()
public boolean isListingComplete()
getPriorLastKey()
== null
.