Class UploadOptions

    • Constructor Detail

      • UploadOptions

        public UploadOptions​(boolean recursive,
                             int ttl)
        Default constructor
        Parameters:
        recursive - - indicates whether file search is recursive or not
        ttl - - indicates a ttl value for the uploaded files
    • Method Detail

      • isRecursive

        public boolean isRecursive()
      • getTtl

        public int getTtl()