public class AzureSharedAccessSignatureResponse extends Object
Response to a request for an Shared-Access-Signature to access and Azure Table Storage table.
See http://schemas.taskcluster.net/auth/v1/azure-table-access-response.json#
| Modifier and Type | Field and Description |
|---|---|
Date |
expiry
Date and time of when the Shared-Access-Signature expires.
|
String |
sas
Shared-Access-Signature string.
|
| Constructor and Description |
|---|
AzureSharedAccessSignatureResponse() |
Copyright © 2014–2015 Mozilla. All rights reserved.