cloud_table::download_permissions Method
Gets the permissions settings for the table.
table_permissions download_permissions() const;
table_permissions download_permissions(
const table_request_options& options,
operation_context context
) const;
Parameters
- options
An azure::storage::table_request_options object that specifies additional options for the request.
- context
An azure::storage::operation_context object that represents the context for the current operation.
Return Value
A table_permissions object.
Requirements
Header: table.h
Namespace: azure::storage