AclStatus Class

 

Data Lake ACL status information

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem.Models
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.StoreFileSystem.Models.AclStatus

Syntax

public class AclStatus
public ref class AclStatus 
type AclStatus = class end
Public Class AclStatus

Constructors

Name Description
System_CAPS_pubmethod AclStatus()

Initializes a new instance of the AclStatus class.

Properties

Name Description
System_CAPS_pubproperty Entries

Optional. Gets or sets the list of ACLSpec entries on a file or folder.

System_CAPS_pubproperty Group

Optional. Gets or sets the group owner.

System_CAPS_pubproperty Owner

Optional. Gets or sets the user who is the owner.

System_CAPS_pubproperty StickyBit

Optional. Gets or sets the indicator of whether the sticky bit is on or off.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.DataLake.StoreFileSystem.Models Namespace

Return to top