ConoHaNet.OpenStackMember.CreateContainer C# (CSharp) 메소드

CreateContainer() 공개 메소드

public CreateContainer ( string container, string>.Dictionary headers = null, bool useInternalUrl = false ) : ObjectStore
container string
headers string>.Dictionary
useInternalUrl bool
리턴 ObjectStore
        public ObjectStore CreateContainer(string container, Dictionary<string, string> headers = null, bool useInternalUrl = false)
        {
            return FilesProvider.CreateContainer(container, headers, this.DefaultRegion, useInternalUrl, this.Identity);
        }
OpenStackMember