Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
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)
By setting lease access conditions, requests will fail if the provided lease does not match the active lease on
the blob.
|
ContainerAccessConditions |
ContainerAccessConditions.withModifiedAccessConditions(ModifiedAccessConditions modifiedAccessConditions)
Standard HTTP Access conditions related to the modification of data.
|
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.