| Package | Description |
|---|---|
| com.azure.data.tables |
Package containing the classes for Tables Clients.
|
| com.azure.data.tables.sas |
Package containing SAS (shared access signature) classes used by Azure Tables.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TableServiceClient.generateAccountSas(TableAccountSasSignatureValues tableAccountSasSignatureValues)
Generates an account SAS for the Azure Storage account using the specified
TableAccountSasSignatureValues. |
String |
TableServiceAsyncClient.generateAccountSas(TableAccountSasSignatureValues tableAccountSasSignatureValues)
Generates an account SAS for the Azure Storage account using the specified
TableAccountSasSignatureValues. |
| Modifier and Type | Method and Description |
|---|---|
TableAccountSasSignatureValues |
TableAccountSasSignatureValues.setProtocol(TableSasProtocol protocol)
Sets the
TableSasProtocol which determines the HTTP protocol that will be used. |
TableAccountSasSignatureValues |
TableAccountSasSignatureValues.setSasIpRange(TableSasIpRange sasIpRange)
Sets the
TableSasIpRange which determines the IP ranges that are allowed to use the SAS. |
TableAccountSasSignatureValues |
TableAccountSasSignatureValues.setStartTime(OffsetDateTime startTime)
Sets when the SAS will take effect.
|
TableAccountSasSignatureValues |
TableAccountSasSignatureValues.setVersion(String version)
Sets the service version that is targeted.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.