DirectoryEntry 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.
Class that encapsulates the metadata of the directory entry
public class DirectoryEntry
type DirectoryEntry = class
Public Class DirectoryEntry
- Inheritance
-
DirectoryEntry
Constructors
DirectoryEntry() |
Default constructor |
DirectoryEntry(String, String, Int64, String, String, Int64, Int64, String, String, Boolean, Int64) |
Constructor that initializes each property |
Properties
ExpiryTime |
Instant when the file will expire |
FullName |
Full Path of the directory entry |
Group |
Group owner of the file or directory |
HasAcl |
Boolean indicating whether ACLs are set |
LastAccessTime |
Instant when the file was last accessed |
LastModifiedTime |
Instant when the file was last modified |
Length |
Size of the file. Zero for directory |
Name |
Name of the entry |
Permission |
Unix style permission string |
Type |
Type- File or directory |
User |
User owner of the file or directory |
Applies to
Azure SDK for .NET