AclEntry.ParseAclEntryString(String, Boolean) Method
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.
C#
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
- aclEntry
- String
Acl Entry string delimited by ':'
- removeAcl
- Boolean
Whether this string is for removing Acl.
Acl Entry instance
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
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 feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: