Uses of Class
com.azure.data.tables.sas.TableSasSignatureValues
Packages that use TableSasSignatureValues
Package
Description
Azure Tables is a NoSQL key-value storage service offered by Microsoft Azure, which provides a highly
scalable and cost-effective solution for storing structured data.
Package containing SAS (shared access signature) classes used by Azure Tables.
-
Uses of TableSasSignatureValues in com.azure.data.tables
Methods in com.azure.data.tables with parameters of type TableSasSignatureValuesModifier and TypeMethodDescriptionTableAsyncClient.generateSas
(TableSasSignatureValues tableSasSignatureValues) Generates a service SAS for the table using the specifiedTableSasSignatureValues
.TableClient.generateSas
(TableSasSignatureValues tableSasSignatureValues) Generates a service SAS for the table using the specifiedTableSasSignatureValues
. -
Uses of TableSasSignatureValues in com.azure.data.tables.sas
Methods in com.azure.data.tables.sas that return TableSasSignatureValuesModifier and TypeMethodDescriptionTableSasSignatureValues.setEndPartitionKey
(String endPartitionKey) Set the maximum partition key accessible with this shared access signature.TableSasSignatureValues.setEndRowKey
(String endRowKey) Set the maximum row key accessible with this shared access signature.TableSasSignatureValues.setExpiryTime
(OffsetDateTime expiryTime) Sets the time after which the SAS will no longer work.TableSasSignatureValues.setIdentifier
(String identifier) Sets the name of the access policy on the table this SAS references if any.TableSasSignatureValues.setPermissions
(TableSasPermission permissions) Sets the permissions string allowed by the SAS.TableSasSignatureValues.setProtocol
(TableSasProtocol protocol) Sets theTableSasProtocol
which determines the protocols allowed by the SAS.TableSasSignatureValues.setSasIpRange
(TableSasIpRange sasIpRange) Sets theTableSasIpRange
which determines the IP ranges that are allowed to use the SAS.TableSasSignatureValues.setStartPartitionKey
(String startPartitionKey) Set the minimum partition key accessible with this shared access signature.TableSasSignatureValues.setStartRowKey
(String startRowKey) Set the minimum row key accessible with this shared access signature.TableSasSignatureValues.setStartTime
(OffsetDateTime startTime) Sets when the SAS will take effect.TableSasSignatureValues.setVersion
(String version) Sets the version of the service this SAS will target.