Uses of Class
com.azure.data.tables.models.TableAccessPolicies
Packages that use TableAccessPolicies
Package
Description
Azure Tables is a NoSQL key-value storage service offered by Microsoft Azure, which provides a highly
scalable and cost-effective solution for storing structured data.
-
Uses of TableAccessPolicies in com.azure.data.tables
Methods in com.azure.data.tables that return TableAccessPoliciesModifier and TypeMethodDescriptionTableClient.getAccessPolicies()
Retrieves details about any storedaccess policies
specified on the table that may be used with Shared Access Signatures.Methods in com.azure.data.tables that return types with arguments of type TableAccessPoliciesModifier and TypeMethodDescriptionTableAsyncClient.getAccessPolicies()
Retrieves details about any storedaccess policies
specified on the table that may be used with Shared Access Signatures.Mono
<com.azure.core.http.rest.Response<TableAccessPolicies>> TableAsyncClient.getAccessPoliciesWithResponse()
Retrieves details about any storedaccess policies
specified on the table that may be used with Shared Access Signatures.com.azure.core.http.rest.Response
<TableAccessPolicies> TableClient.getAccessPoliciesWithResponse
(Duration timeout, com.azure.core.util.Context context) Retrieves details about any storedaccess policies
specified on the table that may be used with Shared Access Signatures.