Class CosmosSource

A data flow source for Couchbase

Inherited Members
Namespace: ETLBox.Azure.CosmosDb
Assembly: ETLBox.Azure.CosmosDb.dll
Syntax
    public class CosmosSource : CosmosSource<ExpandoObject>, IDataFlowLogging, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTask

Constructors

CosmosSource()

Declaration
    public CosmosSource()

CosmosSource(string, string, string, string)

Declaration
    public CosmosSource(string connectionString, string databaseName, string containerName, string sql)
Parameters
TypeNameDescription
stringconnectionString
stringdatabaseName
stringcontainerName
stringsql

Implements