Package | Description |
---|---|
com.microsoft.azure.storage.table |
This package contains the storage service table classes.
|
Modifier and Type | Method and Description |
---|---|
TablePermissions |
CloudTable.downloadPermissions()
Downloads the permission settings for the table.
|
TablePermissions |
CloudTable.downloadPermissions(TableRequestOptions options,
OperationContext opContext)
Downloads the permissions settings for the table using the specified request options and operation context.
|
Modifier and Type | Method and Description |
---|---|
void |
CloudTable.uploadPermissions(TablePermissions permissions)
Uploads the table's permissions.
|
void |
CloudTable.uploadPermissions(TablePermissions permissions,
TableRequestOptions options,
OperationContext opContext)
Uploads the table's permissions using the specified request options and operation context.
|
Copyright © 2019. All rights reserved.