AclEntry.ParseAclEntryString(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses a AclEntry string into acl type, acl type Id, acl scope and acl action (permissions). Throws exception if the acl string is not correct.
public static Microsoft.Azure.DataLake.Store.Acl.AclEntry ParseAclEntryString (string aclEntry, bool removeAcl);
static member ParseAclEntryString : string * bool -> Microsoft.Azure.DataLake.Store.Acl.AclEntry
Public Shared Function ParseAclEntryString (aclEntry As String, removeAcl As Boolean) As AclEntry
Parameters
- aclEntry
- String
Acl Entry string delimited by ':'
- removeAcl
- Boolean
Whether this string is for removing Acl.
Returns
Acl Entry instance
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET