FileStatusProperties.Permission Property
Optional. Gets or sets the permission represented as an octal string.
Namespace: Microsoft.Azure.Management.DataLake.StoreFileSystem.Models
Assembly: Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)
Syntax
public string Permission { get; set; }
public:
property String^ Permission {
String^ get();
void set(String^ value);
}
member Permission : string with get, set
Public Property Permission As String
Property Value
Type: System.String
See Also
FileStatusProperties Class
Microsoft.Azure.Management.DataLake.StoreFileSystem.Models Namespace
Return to top