You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
@@ -1263,14 +1269,13 @@ public Completable createSnapshotAsync(Integer timeout, Map<String, String> meta
1263
1269
* @param ifMatches Specify an ETag value to operate only on blobs with a matching value.
1264
1270
* @param ifNoneMatch Specify an ETag value to operate only on blobs without a matching value.
1265
1271
* @param leaseId If specified, the operation only succeeds if the container's lease is active and matches this ID.
1266
-
* @param sourceLeaseId Specify this header to perform the operation only if the lease ID given matches the active lease ID of the source blob.
1267
1272
* @param requestId Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.
1268
1273
* @throws IllegalArgumentException thrown if parameters fail the validation.
1269
1274
* @throws StorageErrorException thrown if the request is rejected by server.
1270
1275
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @param ifMatches Specify an ETag value to operate only on blobs with a matching value.
1289
1294
* @param ifNoneMatch Specify an ETag value to operate only on blobs without a matching value.
1290
1295
* @param leaseId If specified, the operation only succeeds if the container's lease is active and matches this ID.
1291
-
* @param sourceLeaseId Specify this header to perform the operation only if the lease ID given matches the active lease ID of the source blob.
1292
1296
* @param requestId Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.
1293
1297
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
1294
1298
* @throws IllegalArgumentException thrown if parameters fail the validation.
1295
1299
* @return a ServiceFuture which will be completed with the result of the network request.
@@ -1313,12 +1317,11 @@ public ServiceFuture<Void> startCopyFromURLAsync(@NonNull URL copySource, Intege
1313
1317
* @param ifMatches Specify an ETag value to operate only on blobs with a matching value.
1314
1318
* @param ifNoneMatch Specify an ETag value to operate only on blobs without a matching value.
1315
1319
* @param leaseId If specified, the operation only succeeds if the container's lease is active and matches this ID.
1316
-
* @param sourceLeaseId Specify this header to perform the operation only if the lease ID given matches the active lease ID of the source blob.
1317
1320
* @param requestId Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.
1318
1321
* @throws IllegalArgumentException thrown if parameters fail the validation.
1319
1322
* @return a Single which performs the network request upon subscription.
@@ -1364,13 +1367,12 @@ public Single<BlobStartCopyFromURLResponse> startCopyFromURLWithRestResponseAsyn
1364
1367
* @param ifMatches Specify an ETag value to operate only on blobs with a matching value.
1365
1368
* @param ifNoneMatch Specify an ETag value to operate only on blobs without a matching value.
1366
1369
* @param leaseId If specified, the operation only succeeds if the container's lease is active and matches this ID.
1367
-
* @param sourceLeaseId Specify this header to perform the operation only if the lease ID given matches the active lease ID of the source blob.
1368
1370
* @param requestId Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.
1369
1371
* @throws IllegalArgumentException thrown if parameters fail the validation.
1370
1372
* @return a Single which performs the network request upon subscription.
0 commit comments