org.jclouds.blobstore.options

Class ListContainerOptions

    • Constructor Detail

      • ListContainerOptions

        public ListContainerOptions()
    • Method Detail

      • getDir

        @Deprecated
        public String getDir()
        Deprecated. superseded by ListContainerOptions.getPrefix and ListContainerOptions.getDelimiter.
      • getDelimiter

        public String getDelimiter()
      • isRecursive

        public boolean isRecursive()
      • isDetailed

        public boolean isDetailed()
      • getPrefix

        public String getPrefix()
      • inDirectory

        @Deprecated
        public ListContainerOptions inDirectory(String dir)
        Deprecated. superseded by ListContainerOptions.prefix and ListContainerOptions.delimiter.
        This will list the contents of a virtual or real directory path.
      • afterMarker

        public ListContainerOptions afterMarker(String marker)
        Place to continue a listing at. This must be the value returned from the last list object, as not all blobstores use lexicographic lists.
        Overrides:
        afterMarker in class ListOptions
      • maxResults

        public ListContainerOptions maxResults(int maxKeys)
        The maximum number of values you'd like to see in the response body. The server might return fewer than this many values, but will not return more.
        Overrides:
        maxResults in class ListOptions
      • recursive

        public ListContainerOptions recursive()
        return a listing of all objects inside the store, recursively.
      • withDetails

        public ListContainerOptions withDetails()
        populate each result with detailed such as metadata even if it incurs extra requests to the service.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object

Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.