| Package | Description | 
|---|---|
| com.microsoft.azure.storage.table | 
 This package contains the storage service table classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SharedAccessTablePermissions | 
SharedAccessTablePermissions.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SharedAccessTablePermissions[] | 
SharedAccessTablePermissions.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static EnumSet<SharedAccessTablePermissions> | 
SharedAccessTablePermissions.fromByte(byte value)
Returns the enum set representing the shared access permissions for the specified byte value. 
 | 
EnumSet<SharedAccessTablePermissions> | 
SharedAccessTablePolicy.getPermissions()
Gets the permissions for a shared access signature associated with this shared access policy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SharedAccessTablePolicy.setPermissions(EnumSet<SharedAccessTablePermissions> permissions)
Sets the permissions for a shared access signature associated with this shared access policy. 
 | 
Copyright © 2019. All rights reserved.