Class ParquetDestination

Inherited Members
Namespace: ETLBox.Parquet
Assembly: ETLBox.Parquet.dll
Syntax
    public class ParquetDestination : ParquetDestination<ExpandoObject>, IDataFlowLogging, IDataFlowStreamDestination<ExpandoObject>, IDataFlowStreamDestination, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowBatchDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTask

Constructors

ParquetDestination()

Declaration
    public ParquetDestination()

ParquetDestination(string)

Declaration
    public ParquetDestination(string uri)
Parameters
TypeNameDescription
stringuri

ParquetDestination(string, ResourceType)

Declaration
    public ParquetDestination(string uri, ResourceType resourceType)
Parameters
TypeNameDescription
stringuri
ResourceTyperesourceType

Implements