Class FileSmbProperties
The SMB properties for a file.
public class FileSmbProperties
- Inheritance
-
FileSmbProperties
- Inherited Members
Constructors
FileSmbProperties()
Creates a new FileSmbProperties instance.
public FileSmbProperties()
Properties
FileAttributes
The file system attributes for this file.
public NtfsFileAttributes? FileAttributes { get; set; }
Property Value
FileChangedOn
The change time of the file.
public DateTimeOffset? FileChangedOn { get; set; }
Property Value
FileCreatedOn
The creation time of the file.
public DateTimeOffset? FileCreatedOn { get; set; }
Property Value
FileId
The fileId of the file.
public string FileId { get; }
Property Value
FileLastWrittenOn
The last write time of the file.
public DateTimeOffset? FileLastWrittenOn { get; set; }
Property Value
FilePermissionKey
The key of the file permission.
public string FilePermissionKey { get; set; }
Property Value
ParentId
The parentId of the file
public string ParentId { get; }