Skip to main content

Interface IConnectionContext

Defines a contract for connecting to a data source. One of three requirements in defining / properties of a [Workspace.XBR.Xperiflow.Etl.DataDefinition](../Xperiflow.Etl/DataDefinition.md)

Namespace: Workspace.XBR.Xperiflow.Etl

Assembly: Xperiflow.dll

Declaration
[JsonDerivedType(typeof(OneStreamSqlConnectionContext), "OneStreamSql")]
[JsonDerivedType(typeof(MetaFileSystemConnectionContext), "MetaFileSystem")]
[JsonDerivedType(typeof(OneStreamFileSystemConnectionContext), "OneStreamFileSystem")]
public interface IConnectionContext

Was this page helpful?