SharedAccessTablePermissions Enum
- java.
lang. Object - java.
lang. Enum<SharedAccessTablePermissions> - com.
microsoft. azure. storage. table. SharedAccessTablePermissions
- com.
- java.
public enum SharedAccessTablePermissions
Specifies the set of possible permissions for a shared access table policy.
Fields
ADD |
Permission to add entities granted. |
DELETE |
Permission to delete entities granted. |
NONE |
No shared access granted. |
QUERY |
Permission to query entities granted. |
UPDATE |
Permission to modify entities granted. |
Methods
fromByte(final byte value)
protected static EnumSet
Returns the enum set representing the shared access permissions for the specified byte value.
Parameters
- value
- final byte
byte
which represents the value to convert to the corresponding enum set.
Returns
EnumSet<SharedAccessTablePermissions >
A java.util.EnumSet
object that contains the SharedAccessTablePermissions
values corresponding to the specified byte value.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java