Class ParquetDestination

Implemented by data flow destinations that allow writing data in a stream

Inheritance
object
DataFlowDestination<ExpandoObject>
ParquetDestination<ExpandoObject>
ParquetDestination
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
TypeNameDescription
stringuri
ResourceTyperesourceType

ParquetDestination(string)

Declaration
    public ParquetDestination(string uri)
Parameters
TypeNameDescription
stringuri

Implements