org.jclouds.azure.storage.options

Class CreateOptions

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  CreateOptions.Builder 
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static CreateOptions NONE 
      • Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions

        formParameters, headers, pathSuffix, payload, queryParameters
    • Constructor Summary

      Constructors 
      Constructor and Description
      CreateOptions() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      CreateOptions withMetadata(com.google.common.collect.Multimap<String,String> metadata)
      A name-value pair to associate with the container as metadata.
      • Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions

        buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
    • Constructor Detail

      • CreateOptions

        public CreateOptions()
    • Method Detail

      • withMetadata

        public CreateOptions withMetadata(com.google.common.collect.Multimap<String,String> metadata)
        A name-value pair to associate with the container as metadata. Note that these are stored at the server under the prefix: x-ms-meta-

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