Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneratedAppendBlobs.appendBlockFromUrl(com.microsoft.rest.v2.Context context,
URL sourceUrl,
long contentLength,
String sourceRange,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
AppendPositionAccessConditions appendPositionAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Append Block operation commits a new block of data to the end of an existing append blob where the contents are read from a source url.
|
io.reactivex.Single<AppendBlobAppendBlockFromUrlResponse> |
AppendBlobURL.appendBlockFromUrl(URL sourceURL,
BlobRange sourceRange,
byte[] sourceContentMD5,
AppendBlobAccessConditions destAccessConditions,
SourceModifiedAccessConditions sourceAccessConditions,
com.microsoft.rest.v2.Context context)
Commits a new block of data from another blob to the end of this append blob.
|
io.reactivex.Completable |
GeneratedAppendBlobs.appendBlockFromUrlAsync(com.microsoft.rest.v2.Context context,
URL sourceUrl,
long contentLength,
String sourceRange,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
AppendPositionAccessConditions appendPositionAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Append Block operation commits a new block of data to the end of an existing append blob where the contents are read from a source url.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
GeneratedAppendBlobs.appendBlockFromUrlAsync(com.microsoft.rest.v2.Context context,
URL sourceUrl,
long contentLength,
String sourceRange,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
AppendPositionAccessConditions appendPositionAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
The Append Block operation commits a new block of data to the end of an existing append blob where the contents are read from a source url.
|
io.reactivex.Single<AppendBlobAppendBlockFromUrlResponse> |
GeneratedAppendBlobs.appendBlockFromUrlWithRestResponseAsync(com.microsoft.rest.v2.Context context,
URL sourceUrl,
long contentLength,
String sourceRange,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
AppendPositionAccessConditions appendPositionAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Append Block operation commits a new block of data to the end of an existing append blob where the contents are read from a source url.
|
void |
GeneratedBlobs.copyFromURL(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
Map<String,String> metadata,
String requestId,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions)
The Copy From URL operation copies a blob or an internet resource to a new blob.
|
io.reactivex.Completable |
GeneratedBlobs.copyFromURLAsync(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
Map<String,String> metadata,
String requestId,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions)
The Copy From URL operation copies a blob or an internet resource to a new blob.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
GeneratedBlobs.copyFromURLAsync(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
Map<String,String> metadata,
String requestId,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
The Copy From URL operation copies a blob or an internet resource to a new blob.
|
io.reactivex.Single<BlobCopyFromURLResponse> |
GeneratedBlobs.copyFromURLWithRestResponseAsync(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
Map<String,String> metadata,
String requestId,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions)
The Copy From URL operation copies a blob or an internet resource to a new blob.
|
void |
GeneratedBlockBlobs.stageBlockFromURL(com.microsoft.rest.v2.Context context,
String blockId,
long contentLength,
URL sourceUrl,
String sourceRange,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Stage Block operation creates a new block to be committed as part of a blob where the contents are read from a URL.
|
io.reactivex.Single<BlockBlobStageBlockFromURLResponse> |
BlockBlobURL.stageBlockFromURL(String base64BlockID,
URL sourceURL,
BlobRange sourceRange,
byte[] sourceContentMD5,
LeaseAccessConditions leaseAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
com.microsoft.rest.v2.Context context)
Creates a new block to be committed as part of a blob where the contents are read from a URL.
|
io.reactivex.Completable |
GeneratedBlockBlobs.stageBlockFromURLAsync(com.microsoft.rest.v2.Context context,
String blockId,
long contentLength,
URL sourceUrl,
String sourceRange,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Stage Block operation creates a new block to be committed as part of a blob where the contents are read from a URL.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
GeneratedBlockBlobs.stageBlockFromURLAsync(com.microsoft.rest.v2.Context context,
String blockId,
long contentLength,
URL sourceUrl,
String sourceRange,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
The Stage Block operation creates a new block to be committed as part of a blob where the contents are read from a URL.
|
io.reactivex.Single<BlockBlobStageBlockFromURLResponse> |
GeneratedBlockBlobs.stageBlockFromURLWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String blockId,
long contentLength,
URL sourceUrl,
String sourceRange,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Stage Block operation creates a new block to be committed as part of a blob where the contents are read from a URL.
|
void |
GeneratedBlobs.startCopyFromURL(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
Map<String,String> metadata,
String requestId,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions)
The Start Copy From URL operation copies a blob or an internet resource to a new blob.
|
io.reactivex.Completable |
GeneratedBlobs.startCopyFromURLAsync(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
Map<String,String> metadata,
String requestId,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions)
The Start Copy From URL operation copies a blob or an internet resource to a new blob.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
GeneratedBlobs.startCopyFromURLAsync(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
Map<String,String> metadata,
String requestId,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
The Start Copy From URL operation copies a blob or an internet resource to a new blob.
|
io.reactivex.Single<BlobStartCopyFromURLResponse> |
GeneratedBlobs.startCopyFromURLWithRestResponseAsync(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
Map<String,String> metadata,
String requestId,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions)
The Start Copy From URL operation copies a blob or an internet resource to a new blob.
|
void |
GeneratedPageBlobs.uploadPagesFromURL(com.microsoft.rest.v2.Context context,
URL sourceUrl,
String sourceRange,
long contentLength,
String range,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
SequenceNumberAccessConditions sequenceNumberAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Upload Pages operation writes a range of pages to a page blob where the contents are read from a URL.
|
io.reactivex.Single<PageBlobUploadPagesFromURLResponse> |
PageBlobURL.uploadPagesFromURL(PageRange range,
URL sourceURL,
Long sourceOffset,
byte[] sourceContentMD5,
PageBlobAccessConditions destAccessConditions,
SourceModifiedAccessConditions sourceAccessConditions,
com.microsoft.rest.v2.Context context)
Writes 1 or more pages from the source page blob to this page blob.
|
io.reactivex.Completable |
GeneratedPageBlobs.uploadPagesFromURLAsync(com.microsoft.rest.v2.Context context,
URL sourceUrl,
String sourceRange,
long contentLength,
String range,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
SequenceNumberAccessConditions sequenceNumberAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Upload Pages operation writes a range of pages to a page blob where the contents are read from a URL.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
GeneratedPageBlobs.uploadPagesFromURLAsync(com.microsoft.rest.v2.Context context,
URL sourceUrl,
String sourceRange,
long contentLength,
String range,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
SequenceNumberAccessConditions sequenceNumberAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
The Upload Pages operation writes a range of pages to a page blob where the contents are read from a URL.
|
io.reactivex.Single<PageBlobUploadPagesFromURLResponse> |
GeneratedPageBlobs.uploadPagesFromURLWithRestResponseAsync(com.microsoft.rest.v2.Context context,
URL sourceUrl,
String sourceRange,
long contentLength,
String range,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
SequenceNumberAccessConditions sequenceNumberAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Upload Pages operation writes a range of pages to a page blob where the contents are read from a URL.
|
Modifier and Type | Method and Description |
---|---|
SourceModifiedAccessConditions |
SourceModifiedAccessConditions.withSourceIfMatch(String sourceIfMatch)
Set the sourceIfMatch value.
|
SourceModifiedAccessConditions |
SourceModifiedAccessConditions.withSourceIfModifiedSince(OffsetDateTime sourceIfModifiedSince)
Set the sourceIfModifiedSince value.
|
SourceModifiedAccessConditions |
SourceModifiedAccessConditions.withSourceIfNoneMatch(String sourceIfNoneMatch)
Set the sourceIfNoneMatch value.
|
SourceModifiedAccessConditions |
SourceModifiedAccessConditions.withSourceIfUnmodifiedSince(OffsetDateTime sourceIfUnmodifiedSince)
Set the sourceIfUnmodifiedSince value.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.