FileStatusProperties 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 information.
public class FileStatusProperties
type FileStatusProperties = class
Public Class FileStatusProperties
- Inheritance
-
FileStatusProperties
Constructors
FileStatusProperties() |
Initializes a new instance of the FileStatusProperties class. |
FileStatusProperties(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, String, String, String, Nullable<FileType>, Nullable<Boolean>) |
Initializes a new instance of the FileStatusProperties class. |
FileStatusProperties(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, String, String, String, Nullable<FileType>, Nullable<Boolean>) |
Initializes a new instance of the FileStatusProperties class. |
Properties
AccessTime |
Gets the last access time as ticks since the epoch. |
AclBit |
Gets flag to indicate if extended acls are enabled |
BlockSize |
Gets the block size for the file. |
ChildrenNum |
Gets the number of children in the directory. |
ExpirationTime |
Gets the expiration time, if any, as ticks since the epoch. If the value is 0 or DateTime.MaxValue there is no expiration. |
Group |
Gets the group owner. |
Length |
Gets the number of bytes in a file. |
ModificationTime |
Gets the modification time as ticks since the epoch. |
Owner |
Gets the user who is the owner. |
PathSuffix |
Gets the path suffix. |
Permission |
Gets the permission represented as an string. |
Type |
Gets the type of the path object. Possible values include: 'FILE', 'DIRECTORY' |
Applies to
Azure SDK for .NET