Show / Hide Table of Contents

    Class InMemoryFileSystemProvider

    An implementation of an in-memory file system.

    Inheritance
    Object
    InMemoryFileSystemProvider
    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.InMemory
    Assembly: FubarDev.FtpServer.FileSystem.InMemory.dll
    Syntax
    public class InMemoryFileSystemProvider : IFileSystemClassFactory

    Constructors

    | Improve this Doc View Source

    InMemoryFileSystemProvider(IOptions<InMemoryFileSystemOptions>, IAccountDirectoryQuery)

    Initializes a new instance of the InMemoryFileSystemProvider class.

    Declaration
    public InMemoryFileSystemProvider(IOptions<InMemoryFileSystemOptions> options, IAccountDirectoryQuery accountDirectoryQuery)
    Parameters
    Type Name Description
    IOptions<InMemoryFileSystemOptions> options

    The provider options.

    IAccountDirectoryQuery accountDirectoryQuery

    Interface to query account directories.

    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.