public class AzureListTableResponse extends Object
A list of Azure tables in an account
See https://schemas.taskcluster.net/auth/v1/azure-table-list-response.json#
| Modifier and Type | Field and Description |
|---|---|
String |
continuationToken
Opaque
continuationToken to be given as query-string option to get the next set of tables. |
String[] |
tables
A list of tables that are in an account.
|
| Constructor and Description |
|---|
AzureListTableResponse() |
public String continuationToken
Opaque continuationToken to be given as query-string option to get the next set of tables. This property is only present if another request is necessary to fetch all results. In practice the next request with a continuationToken may not return additional results, but it can. Thus, you can only be sure to have all the results if you’ve called azureAccountTables with continuationToken until you get a result without a continuationToken.
See https://schemas.taskcluster.net/auth/v1/azure-table-list-response.json#/properties/continuationToken
public String[] tables
A list of tables that are in an account. These are the tables that can have SAS credentials fetched for them.
See https://schemas.taskcluster.net/auth/v1/azure-table-list-response.json#/properties/tables
Copyright © 2014–2018 Mozilla. All rights reserved.