Uses of Class
com.azure.data.tables.models.TableSignedIdentifier
Packages that use TableSignedIdentifier
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.
Package containing the data models for AzureTable.
-
Uses of TableSignedIdentifier in com.azure.data.tables
Method parameters in com.azure.data.tables with type arguments of type TableSignedIdentifierModifier and TypeMethodDescriptionTableAsyncClient.setAccessPolicies
(List<TableSignedIdentifier> tableSignedIdentifiers) Sets storedaccess policies
for the table that may be used with Shared Access Signatures.void
TableClient.setAccessPolicies
(List<TableSignedIdentifier> tableSignedIdentifiers) Sets storedaccess policies
for the table that may be used with Shared Access Signatures.TableAsyncClient.setAccessPoliciesWithResponse
(List<TableSignedIdentifier> tableSignedIdentifiers) Sets storedaccess policies
for the table that may be used with Shared Access Signatures.com.azure.core.http.rest.Response
<Void> TableClient.setAccessPoliciesWithResponse
(List<TableSignedIdentifier> tableSignedIdentifiers, Duration timeout, com.azure.core.util.Context context) Sets storedaccess policies
for the table that may be used with Shared Access Signatures. -
Uses of TableSignedIdentifier in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableSignedIdentifierModifier and TypeMethodDescriptionstatic TableSignedIdentifier
TableSignedIdentifier.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of TableSignedIdentifier from the XmlReader.static TableSignedIdentifier
Reads an instance of TableSignedIdentifier from the XmlReader.TableSignedIdentifier.setAccessPolicy
(TableAccessPolicy accessPolicy) Set the accessPolicy property: The access policy.Methods in com.azure.data.tables.models that return types with arguments of type TableSignedIdentifierModifier and TypeMethodDescriptionTableAccessPolicies.getIdentifiers()
Returns theTableSignedIdentifiesrs
associated with the tableConstructor parameters in com.azure.data.tables.models with type arguments of type TableSignedIdentifierModifierConstructorDescriptionTableAccessPolicies
(List<TableSignedIdentifier> identifiers) Constructs aTableAccessPolicies
.