Show / Hide Table of Contents

    Class DotNetFileSystemProvider

    A IFileSystemClassFactory implementation that uses the standard .NET functionality to provide file system access.

    Inheritance
    Object
    DotNetFileSystemProvider
    Implements
    IFileSystemClassFactory
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.FileSystem.DotNet
    Assembly: FubarDev.FtpServer.FileSystem.DotNet.dll
    Syntax
    public class DotNetFileSystemProvider : IFileSystemClassFactory

    Constructors

    | Improve this Doc View Source

    DotNetFileSystemProvider(IOptions<DotNetFileSystemOptions>, IAccountDirectoryQuery, Nullable<ILogger<DotNetFileSystemProvider>>)

    Initializes a new instance of the DotNetFileSystemProvider class.

    Declaration
    public DotNetFileSystemProvider(IOptions<DotNetFileSystemOptions> options, IAccountDirectoryQuery accountDirectoryQuery, ILogger<DotNetFileSystemProvider>? logger = default(ILogger<DotNetFileSystemProvider>? ))
    Parameters
    Type Name Description
    IOptions<DotNetFileSystemOptions> options

    The file system options.

    IAccountDirectoryQuery accountDirectoryQuery

    Interface to query account directories.

    Nullable<ILogger<DotNetFileSystemProvider>> logger

    The logger.

    Methods

    | Improve this Doc View Source

    Create(IAccountInformation)

    Declaration
    public Task<IUnixFileSystem> Create(IAccountInformation accountInformation)
    Parameters
    Type Name Description
    IAccountInformation accountInformation
    Returns
    Type Description
    Task<IUnixFileSystem>

    Implements

    IFileSystemClassFactory
    • 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.