Azure.Data.Tables.Sas Namespace

Classes

TableAccountSasBuilder

TableAccountSasBuilder is used to generate a Shared Access Signature (SAS) for an Azure Storage table. For more information, see https://docs.microsoft.com/en-us/rest/api/storageservices/create-account-sas.

TableAccountSasQueryParameters

A TableAccountSasQueryParameters object represents the components that make up an Azure Storage Shared Access Signature's query parameters. You can construct a new instance using TableAccountSasBuilder.

For more information, Create an account SAS.

TableSasBuilder

TableSasBuilder is used to generate a Shared Access Signature (SAS) for an Azure Storage table. For more information, see Constructing an Account SAS.

TableSasQueryParameters

A TableSasQueryParameters object represents the components that make up an Azure Storage Shared Access Signature's query parameters. You can construct a new instance using TableSasBuilder.

For more information, Create a service SAS.

Structs

TableSasIPRange

Represents a range of allowed IP addresses for constructing a Shared Access Signature.

Enums

TableAccountSasPermissions

TableAccountSasPermissions contains the list of permissions that can be set for a file's access policy. Use SetPermissions(TableAccountSasPermissions) to set the permissions on the TableAccountSasBuilder.

TableAccountSasResourceTypes

Specifies the resource types accessible from an account level shared access signature.

TableSasPermissions

TableSasPermissions contains the list of permissions that can be set for a table's access policy. Use SetPermissions(TableSasPermissions) to set the permissions on the TableSasBuilder.

TableSasProtocol

Defines the protocols permitted for Storage requests made with a shared access signature.