Class ParquetStorageSetup
This storage setup extends FileSetupBase to specify parameters for an access to Parquet files.
Inherited Members
Namespace: TeleScope.Persistence.Parquet
Assembly: TeleScope.Persistence.Parquet.dll
Syntax
public class ParquetStorageSetup : FileSetupBase
Constructors
| Improve this Doc View SourceParquetStorageSetup(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. |
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. |