Class VersionOrDeleteMarkersChunk


  • public class VersionOrDeleteMarkersChunk
    extends Object
    • Method Detail

      • getItemCount

        public int getItemCount()
      • getCommonPrefixes

        public String[] getCommonPrefixes()
        Returns:
        the common prefixes in this chunk.
      • getNextKeyMarker

        public String getNextKeyMarker()
        Returns:
        the last key returned by the previous chunk if that chunk was incomplete, null otherwise.
      • getNextVersionIdMarker

        public String getNextVersionIdMarker()
      • getPrefix

        public String getPrefix()
        Returns:
        the prefix applied when this object chunk was generated. If no prefix was applied, this method will return null.
      • getDelimiter

        public String getDelimiter()
        Returns:
        the delimiter applied when this object chunk was generated. If no delimiter was applied, this method will return null.
      • isListingComplete

        public boolean isListingComplete()