你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DirectoryEntry 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DirectoryEntry() |
默认构造函数 |
DirectoryEntry(String, String, Int64, String, String, Int64, Int64, String, String, Boolean, Int64) |
初始化每个属性的构造函数 |
DirectoryEntry()
默认构造函数
public DirectoryEntry ();
Public Sub New ()
适用于
DirectoryEntry(String, String, Int64, String, String, Int64, Int64, String, String, Boolean, Int64)
初始化每个属性的构造函数
public DirectoryEntry (string name, string fullName, long length, string group, string user, long lastAccessTime, long lastModifiedTime, string type, string permission, bool hasAcl, long expiryTime);
new Microsoft.Azure.DataLake.Store.DirectoryEntry : string * string * int64 * string * string * int64 * int64 * string * string * bool * int64 -> Microsoft.Azure.DataLake.Store.DirectoryEntry
Public Sub New (name As String, fullName As String, length As Long, group As String, user As String, lastAccessTime As Long, lastModifiedTime As Long, type As String, permission As String, hasAcl As Boolean, expiryTime As Long)
参数
- name
- String
名称
- fullName
- String
完整路径
- length
- Int64
文件大小
- group
- String
组所有者
- user
- String
用户所有者
- lastAccessTime
- Int64
从 1970 年 1 月 1 日获取的上次访问时间(以毫秒为单位)
- lastModifiedTime
- Int64
从 1970 年 1 月 1 日开始的上次修改时间(以毫秒为单位)
- type
- String
文件或目录
- permission
- String
Unix 样式权限
- hasAcl
- Boolean
是否设置 ACL
- expiryTime
- Int64
从 1970 年 1 月 1 日开始获取的文件过期时间(以毫秒为单位)