Package | Description |
---|---|
com.microsoft.azure.storage.core |
FOR INTERNAL USE ONLY.
|
com.microsoft.azure.storage.table |
This package contains the storage service table classes.
|
Modifier and Type | Method and Description |
---|---|
static UriQueryBuilder |
SharedAccessSignatureHelper.generateSharedAccessSignatureForTable(SharedAccessTablePolicy policy,
String startPartitionKey,
String startRowKey,
String endPartitionKey,
String endRowKey,
String accessPolicyIdentifier,
IPRange ipRange,
SharedAccessProtocols protocols,
String tableName,
String signature)
Get the complete query builder for creating the Shared Access Signature query.
|
static String |
SharedAccessSignatureHelper.generateSharedAccessSignatureHashForTable(SharedAccessTablePolicy policy,
String accessPolicyIdentifier,
String resourceName,
IPRange ipRange,
SharedAccessProtocols protocols,
String startPartitionKey,
String startRowKey,
String endPartitionKey,
String endRowKey,
ServiceClient client)
Get the signature hash embedded inside the Shared Access Signature for the table service.
|
Modifier and Type | Method and Description |
---|---|
String |
CloudTable.generateSharedAccessSignature(SharedAccessTablePolicy policy,
String accessPolicyIdentifier,
String startPartitionKey,
String startRowKey,
String endPartitionKey,
String endRowKey)
Creates a shared access signature for the table.
|
String |
CloudTable.generateSharedAccessSignature(SharedAccessTablePolicy policy,
String accessPolicyIdentifier,
String startPartitionKey,
String startRowKey,
String endPartitionKey,
String endRowKey,
IPRange ipRange,
SharedAccessProtocols protocols)
Creates a shared access signature for the table.
|
Copyright © 2019. All rights reserved.