public final class BlockBlobStageBlockFromUrlOptions extends Object
| Constructor and Description |
|---|
BlockBlobStageBlockFromUrlOptions(String base64BlockId,
String sourceUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase64BlockId() |
String |
getLeaseId() |
com.azure.core.http.HttpAuthorization |
getSourceAuthorization() |
byte[] |
getSourceContentMd5() |
BlobRange |
getSourceRange() |
BlobRequestConditions |
getSourceRequestConditions() |
String |
getSourceUrl() |
BlockBlobStageBlockFromUrlOptions |
setLeaseId(String leaseId) |
BlockBlobStageBlockFromUrlOptions |
setSourceAuthorization(com.azure.core.http.HttpAuthorization sourceAuthorization)
Sets "Authorization" header for accessing source URL.
|
BlockBlobStageBlockFromUrlOptions |
setSourceContentMd5(byte[] sourceContentMd5) |
BlockBlobStageBlockFromUrlOptions |
setSourceRange(BlobRange sourceRange) |
BlockBlobStageBlockFromUrlOptions |
setSourceRequestConditions(BlobRequestConditions sourceRequestConditions) |
public String getBase64BlockId()
public String getSourceUrl()
public BlobRange getSourceRange()
public BlockBlobStageBlockFromUrlOptions setSourceRange(BlobRange sourceRange)
sourceRange - Range of bytes to read from the source.public byte[] getSourceContentMd5()
public BlockBlobStageBlockFromUrlOptions setSourceContentMd5(byte[] sourceContentMd5)
sourceContentMd5 - MD5 of the source content.public String getLeaseId()
public BlockBlobStageBlockFromUrlOptions setLeaseId(String leaseId)
leaseId - Lease ID for accessing source content.public BlobRequestConditions getSourceRequestConditions()
BlobRequestConditions for accessing source content.public BlockBlobStageBlockFromUrlOptions setSourceRequestConditions(BlobRequestConditions sourceRequestConditions)
sourceRequestConditions - BlobRequestConditions for accessing source content.public com.azure.core.http.HttpAuthorization getSourceAuthorization()
public BlockBlobStageBlockFromUrlOptions setSourceAuthorization(com.azure.core.http.HttpAuthorization sourceAuthorization)
sourceAuthorization - auth header to access source.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.