Search Results for

    Show / Hide Table of Contents

    Class ParquetStorageSetup

    This storage setup extends FileSetupBase to specify parameters for an access to Parquet files.

    Inheritance
    System.Object
    FileSetupBase
    ParquetStorageSetup
    Inherited Members
    FileSetupBase.File
    FileSetupBase.Filename
    FileSetupBase.Extension
    FileSetupBase.Location
    FileSetupBase.Exists
    FileSetupBase.Permissions
    FileSetupBase.Info()
    FileSetupBase.SetFile(FileInfo)
    Namespace: TeleScope.Persistence.Parquet
    Assembly: TeleScope.Persistence.Parquet.dll
    Syntax
    public class ParquetStorageSetup : FileSetupBase

    Constructors

    | Improve this Doc View Source

    ParquetStorageSetup(FileInfo, WritePermissions)

    The constructor calls the according base class constructor and leaves the default settings of the property.

    Declaration
    public ParquetStorageSetup(FileInfo fileInfo, WritePermissions permissions = default(WritePermissions))
    Parameters
    Type Name Description
    FileInfo fileInfo

    The file information, the storage is attached to.

    WritePermissions permissions

    The permission flag to access the file.

    | Improve this Doc View Source

    ParquetStorageSetup(String, WritePermissions)

    The constructor calls the according base class constructor and leaves the default settings of the property.

    Declaration
    public ParquetStorageSetup(string file, WritePermissions permissions = default(WritePermissions))
    Parameters
    Type Name Description
    System.String file

    The file represented as string, the storage is attached to.

    WritePermissions permissions

    The permission flag to access the file.

    • GITHUB
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Copyright 2020-2022 TeleScope-dotnet. Generated by DocFX.
    ☀
    ☾