Class ParquetDestination
Implemented by data flow destinations that allow writing data in a stream
Inheritance
object
DataFlowDestination<ExpandoObject>
DataFlowStreamDestination<ExpandoObject>
ParquetDestination<ExpandoObject>
ParquetDestination
Implements
IDataFlowStreamDestination<ExpandoObject>
IDataFlowBatchDestination<ExpandoObject>
IDataFlowDestination<ExpandoObject>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.Parquet
Assembly: ETLBox.Parquet.dll
Syntax
public class ParquetDestination : ParquetDestination<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowStreamDestination<ExpandoObject>, IDataFlowStreamDestination, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowBatchDestination, IDataFlowDestination, IDataFlowComponent
Constructors
ParquetDestination()
Declaration
public ParquetDestination()
ParquetDestination(string, ResourceType)
Declaration
public ParquetDestination(string uri, ResourceType resourceType)
Parameters
Type | Name | Description |
---|---|---|
string | uri | |
ResourceType | resourceType |
ParquetDestination(string)
Declaration
public ParquetDestination(string uri)
Parameters
Type | Name | Description |
---|---|---|
string | uri |