table_shared_access_policy Class
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature on a table.
class table_shared_access_policy : public shared_access_policy;
Members
Public Enumerations
Name | Description |
---|---|
An enumeration describing permissions that may be used for a shared access signature. |
Public Constructors
Name | Description |
---|---|
table_shared_access_policy::table_shared_access_policy Constructor |
Overloaded. Initializes a new instance of the azure::storage::table_shared_access_policy class. |
Inheritance Hierarchy
table_shared_access_policy
Requirements
Header: table.h
Namespace: azure::storage