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<BlobCreateSnapshotResponse> |
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<BlobCreateSnapshotResponse> |
BlobURL.createSnapshot(Metadata metadata,
BlobAccessConditions accessConditions)
Creates a read-only snapshot of a blob.
|
This documentation was released into the public domain.