Package | Description |
---|---|
com.azure.storage.blob.sas |
Package containing SAS (shared access signature) classes used by Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setBlobName(String blobName)
Sets the blob the SAS user may access.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setCacheControl(String cacheControl)
Sets the cache-control header for the SAS.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setContainerName(String containerName)
Sets the container the SAS user may access.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setContentDisposition(String contentDisposition)
Sets the content-disposition header for the SAS.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setContentEncoding(String contentEncoding)
Sets the content-encoding header for the SAS.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setContentLanguage(String contentLanguage)
Sets the content-language header for the SAS.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setContentType(String contentType)
Sets the content-type header for the SAS.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setExpiryTime(OffsetDateTime expiryTime)
Sets the time after which the SAS will no longer work.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setIdentifier(String identifier)
Sets the name of the access policy on the container this SAS references if any.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setPermissions(BlobContainerSasPermission permissions)
Sets the Container permissions allowed by the SAS.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setPermissions(BlobSasPermission permissions)
Sets the Blob permissions allowed by the SAS.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setProtocol(SasProtocol protocol)
Sets the
SasProtocol which determines the protocols allowed by the SAS. |
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setSasIpRange(SasIpRange sasIpRange)
Sets the
SasIpRange which determines the IP ranges that are allowed to use the SAS. |
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setSnapshotId(String snapshotId)
Sets the specific snapshot the SAS user may access.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setStartTime(OffsetDateTime startTime)
Sets when the SAS will take effect.
|
BlobServiceSasSignatureValues |
BlobServiceSasSignatureValues.setVersion(String version)
Sets the version of the service this SAS will target.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.