Show / Hide Table of Contents

    Interface IUnixFileSystemEntry

    The file system entry information that is shared between a IUnixDirectoryEntry and a IUnixFileEntry.

    Inherited Members
    IUnixOwner.Owner
    IUnixOwner.Group
    Namespace: FubarDev.FtpServer.FileSystem
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IUnixFileSystemEntry : IUnixOwner

    Properties

    | Improve this Doc View Source

    CreatedTime

    Gets the time of creation.

    Declaration
    DateTimeOffset? CreatedTime { get; }
    Property Value
    Type Description
    Nullable<DateTimeOffset>
    | Improve this Doc View Source

    LastWriteTime

    Gets the last write time.

    Declaration
    DateTimeOffset? LastWriteTime { get; }
    Property Value
    Type Description
    Nullable<DateTimeOffset>
    | Improve this Doc View Source

    Name

    Gets the name of the file system entry.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    NumberOfLinks

    Gets the number of links.

    Declaration
    long NumberOfLinks { get; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    Permissions

    Gets the file entry permissions.

    Declaration
    IUnixPermissions Permissions { get; }
    Property Value
    Type Description
    IUnixPermissions
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.