org.jclouds.blobstore.options

Class PutOptions

    • Constructor Detail

      • PutOptions

        public PutOptions()
      • PutOptions

        public PutOptions(boolean multipart)
    • Method Detail

      • isMultipart

        public boolean isMultipart()
      • multipart

        public PutOptions multipart()
        split large blobs into pieces, if supported by the provider. Equivalent to multipart(true)
      • multipart

        public PutOptions multipart(boolean val)
        whether to split large blobs into pieces, if supported by the provider

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