Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerCreateResponse> |
GeneratedContainers.createWithRestResponseAsync(Integer timeout,
Map<String,String> metadata,
PublicAccessType access,
String requestId)
creates a new container under the specified account.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerCreateResponse> |
ContainerURL.create(Metadata metadata,
PublicAccessType accessType)
Creates a new container within a storage account.
|
This documentation was released into the public domain.