Uses of Class
com.azure.data.tables.sas.TableAccountSasSignatureValues
Packages that use TableAccountSasSignatureValues
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 TableAccountSasSignatureValues in com.azure.data.tables
Methods in com.azure.data.tables with parameters of type TableAccountSasSignatureValuesModifier and TypeMethodDescriptionTableServiceAsyncClient.generateAccountSas
(TableAccountSasSignatureValues tableAccountSasSignatureValues) Generates an account SAS for the Azure Storage account using the specifiedTableAccountSasSignatureValues
.TableServiceClient.generateAccountSas
(TableAccountSasSignatureValues tableAccountSasSignatureValues) Generates an account SAS for the Azure Storage account using the specifiedTableAccountSasSignatureValues
. -
Uses of TableAccountSasSignatureValues in com.azure.data.tables.sas
Methods in com.azure.data.tables.sas that return TableAccountSasSignatureValuesModifier and TypeMethodDescriptionTableAccountSasSignatureValues.setProtocol
(TableSasProtocol protocol) Sets theTableSasProtocol
which determines the HTTP protocol that will be used.TableAccountSasSignatureValues.setSasIpRange
(TableSasIpRange sasIpRange) Sets theTableSasIpRange
which determines the IP ranges that are allowed to use the SAS.TableAccountSasSignatureValues.setStartTime
(OffsetDateTime startTime) Sets when the SAS will take effect.TableAccountSasSignatureValues.setVersion
(String version) Sets the service version that is targeted.