Show / Hide Table of Contents

    Class GoogleDriveFileSystemProvider

    A file system provider for Google Drive.

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

    Constructors

    | Improve this Doc View Source

    GoogleDriveFileSystemProvider(IGoogleDriveServiceProvider, ITemporaryDataFactory, IOptions<GoogleDriveOptions>)

    Initializes a new instance of the GoogleDriveFileSystemProvider class.

    Declaration
    public GoogleDriveFileSystemProvider(IGoogleDriveServiceProvider serviceProvider, ITemporaryDataFactory temporaryDataFactory, IOptions<GoogleDriveOptions> options)
    Parameters
    Type Name Description
    IGoogleDriveServiceProvider serviceProvider

    The google drive service provider.

    ITemporaryDataFactory temporaryDataFactory

    The factory to create temporary data objects.

    IOptions<GoogleDriveOptions> options

    Options for the Google Drive file system.

    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.