ServiceSasParameters |
ServiceSasParameters.withCacheControl(String cacheControl) |
Set the cacheControl property: The response header override for cache control.
|
ServiceSasParameters |
ServiceSasParameters.withCanonicalizedResource(String canonicalizedResource) |
Set the canonicalizedResource property: The canonical path to the signed resource.
|
ServiceSasParameters |
ServiceSasParameters.withContentDisposition(String contentDisposition) |
Set the contentDisposition property: The response header override for content disposition.
|
ServiceSasParameters |
ServiceSasParameters.withContentEncoding(String contentEncoding) |
Set the contentEncoding property: The response header override for content encoding.
|
ServiceSasParameters |
ServiceSasParameters.withContentLanguage(String contentLanguage) |
Set the contentLanguage property: The response header override for content language.
|
ServiceSasParameters |
ServiceSasParameters.withContentType(String contentType) |
Set the contentType property: The response header override for content type.
|
ServiceSasParameters |
ServiceSasParameters.withIdentifier(String identifier) |
Set the identifier property: A unique value up to 64 characters in length that correlates to an access policy
specified for the container, queue, or table.
|
ServiceSasParameters |
ServiceSasParameters.withIpAddressOrRange(String ipAddressOrRange) |
Set the ipAddressOrRange property: An IP address or a range of IP addresses from which to accept requests.
|
ServiceSasParameters |
ServiceSasParameters.withKeyToSign(String keyToSign) |
Set the keyToSign property: The key to sign the account SAS token with.
|
ServiceSasParameters |
ServiceSasParameters.withPartitionKeyEnd(String partitionKeyEnd) |
Set the partitionKeyEnd property: The end of partition key.
|
ServiceSasParameters |
ServiceSasParameters.withPartitionKeyStart(String partitionKeyStart) |
Set the partitionKeyStart property: The start of partition key.
|
ServiceSasParameters |
ServiceSasParameters.withPermissions(Permissions permissions) |
Set the permissions property: The signed permissions for the service SAS.
|
ServiceSasParameters |
ServiceSasParameters.withProtocols(HttpProtocol protocols) |
Set the protocols property: The protocol permitted for a request made with the account SAS.
|
ServiceSasParameters |
ServiceSasParameters.withResource(SignedResource resource) |
Set the resource property: The signed services accessible with the service SAS.
|
ServiceSasParameters |
ServiceSasParameters.withRowKeyEnd(String rowKeyEnd) |
Set the rowKeyEnd property: The end of row key.
|
ServiceSasParameters |
ServiceSasParameters.withRowKeyStart(String rowKeyStart) |
Set the rowKeyStart property: The start of row key.
|
ServiceSasParameters |
ServiceSasParameters.withSharedAccessExpiryTime(OffsetDateTime sharedAccessExpiryTime) |
Set the sharedAccessExpiryTime property: The time at which the shared access signature becomes invalid.
|
ServiceSasParameters |
ServiceSasParameters.withSharedAccessStartTime(OffsetDateTime sharedAccessStartTime) |
Set the sharedAccessStartTime property: The time at which the SAS becomes valid.
|