org.jclouds.blobstore.options

Class ListOptions

    • Constructor Detail

      • ListOptions

        public ListOptions()
    • Method Detail

      • getMaxResults

        public Integer getMaxResults()
      • getMarker

        public String getMarker()
      • afterMarker

        public ListOptions 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 lexigraphic lists.
      • maxResults

        public ListOptions 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.

Copyright © 2009-2012 jclouds. All Rights Reserved.