| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob | |
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedBlobs.delete(String snapshot,
Integer timeout,
String leaseId,
DeleteSnapshotsOptionType deleteSnapshots,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
If the storage account's soft delete feature is disabled then, when a blob is deleted, it is permanently removed from the storage account.
|
io.reactivex.Completable |
GeneratedBlobs.deleteAsync(String snapshot,
Integer timeout,
String leaseId,
DeleteSnapshotsOptionType deleteSnapshots,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
If the storage account's soft delete feature is disabled then, when a blob is deleted, it is permanently removed from the storage account.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
GeneratedBlobs.deleteAsync(String snapshot,
Integer timeout,
String leaseId,
DeleteSnapshotsOptionType deleteSnapshots,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
If the storage account's soft delete feature is disabled then, when a blob is deleted, it is permanently removed from the storage account.
|
io.reactivex.Single<BlobsDeleteResponse> |
GeneratedBlobs.deleteWithRestResponseAsync(String snapshot,
Integer timeout,
String leaseId,
DeleteSnapshotsOptionType deleteSnapshots,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
If the storage account's soft delete feature is disabled then, when a blob is deleted, it is permanently removed from the storage account.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlobsDeleteResponse> |
BlobURL.delete(DeleteSnapshotsOptionType deleteBlobSnapshotOptions,
BlobAccessConditions accessConditions)
Deletes the specified blob or snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteSnapshotsOptionType |
DeleteSnapshotsOptionType.fromString(String value)
Parses a serialized value to a DeleteSnapshotsOptionType instance.
|
static DeleteSnapshotsOptionType |
DeleteSnapshotsOptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteSnapshotsOptionType[] |
DeleteSnapshotsOptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.