Class TableAccountSasSignatureValues

java.lang.Object
com.azure.data.tables.sas.TableAccountSasSignatureValues

public final class TableAccountSasSignatureValues extends Object
Used to initialize parameters for a Shared Access Signature (SAS) for an Azure Storage account. Once all the values here are set, use the generateAccountSas() method on the desired service client to obtain a representation of the SAS which can then be applied to a new client using the sasToken(String) method on the desired client builder.
See Also: