AclStatus Class
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.
Data Lake Store file or directory Access Control List information.
public class AclStatus
type AclStatus = class
Public Class AclStatus
- Inheritance
-
AclStatus
Constructors
AclStatus() |
Initializes a new instance of the AclStatus class. |
AclStatus(IList<String>, String, String, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the AclStatus class. |
AclStatus(IList<String>, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the AclStatus class. |
Properties
Entries |
Gets or sets the list of ACLSpec entries on a file or directory. |
Group |
Gets or sets the group owner, an AAD Object ID. |
Owner |
Gets or sets the user owner, an AAD Object ID. |
Permission |
Gets or sets the octal representation of the unnamed user, mask and other permissions. |
StickyBit |
Gets the indicator of whether the sticky bit is on or off. |
Applies to
Azure SDK for .NET