Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobCreateSnapshotResponse> |
BlobURL.createSnapshot()
Creates a read-only snapshot of a blob.
|
io.reactivex.Single<BlobCreateSnapshotResponse> |
BlobURL.createSnapshot(Metadata metadata,
BlobAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Creates a read-only snapshot of a blob.
|
io.reactivex.Single<BlobCreateSnapshotResponse> |
GeneratedBlobs.createSnapshotWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
Map<String,String> metadata,
String requestId,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions)
The Create Snapshot operation creates a read-only snapshot of a blob.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.