| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
| Modifier and Type | Field and Description |
|---|---|
static ContainerAccessConditions |
ContainerAccessConditions.NONE
An object representing no access conditions.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerAccessConditions |
ContainerAccessConditions.withLeaseAccessConditions(LeaseAccessConditions leaseID)
|
ContainerAccessConditions |
ContainerAccessConditions.withModifiedAccessConditions(ModifiedAccessConditions modifiedAccessConditions)
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ContainerDeleteResponse> |
ContainerURL.delete(ContainerAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Marks the specified container for deletion.
|
io.reactivex.Single<ContainerSetAccessPolicyResponse> |
ContainerURL.setAccessPolicy(PublicAccessType accessType,
List<SignedIdentifier> identifiers,
ContainerAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Sets the container's permissions.
|
io.reactivex.Single<ContainerSetMetadataResponse> |
ContainerURL.setMetadata(Metadata metadata,
ContainerAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Sets the container's metadata.
|
This documentation was released into the public domain.