Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withBlobName(String blobName)
The name of the blob the SAS user may access.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withCacheControl(String cacheControl)
The cache-control header for the SAS.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withContainerName(String containerName)
The name of the container the SAS user may access.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withContentDisposition(String contentDisposition)
The content-disposition header for the SAS.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withContentEncoding(String contentEncoding)
The content-encoding header for the SAS.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withContentLanguage(String contentLanguage)
The content-language header for the SAS.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withContentType(String contentType)
The content-type header for the SAS.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withExpiryTime(OffsetDateTime expiryTime)
The time after which the SAS will no longer work.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withIdentifier(String identifier)
The name of the access policy on the container this SAS references if any.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withIpRange(IPRange ipRange)
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withPermissions(String permissions)
Please refer to either
ContainerSASPermission or BlobSASPermission depending on the resource
being accessed for help constructing the permissions string. |
ServiceSASSignatureValues |
ServiceSASSignatureValues.withProtocol(SASProtocol protocol)
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withSnapshotId(String snapshotId)
The specific snapshot the SAS user may access.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withStartTime(OffsetDateTime startTime)
When the SAS will take effect.
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withVersion(String version)
The version of the service this SAS will target.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.