| 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<BlobsCreateSnapshotResponse> |
GeneratedBlobs.createSnapshotWithRestResponseAsync(Integer timeout,
Map<String,String> metadata,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String leaseId,
String requestId)
The Create Snapshot operation creates a read-only snapshot of a blob.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlobsCreateSnapshotResponse> |
BlobURL.createSnapshot(Metadata metadata,
BlobAccessConditions accessConditions)
Creates a read-only snapshot of a blob.
|
Copyright © 2018. All rights reserved.