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
Namespace: Workspace.XBR.Xperiflow.Etl
Assembly: Xperiflow.dll
Declaration
[JsonDerivedType(typeof(OneStreamSqlConnectionContext), "OneStreamSql")]
[JsonDerivedType(typeof(MetaFileSystemConnectionContext), "MetaFileSystem")]
[JsonDerivedType(typeof(OneStreamFileSystemConnectionContext), "OneStreamFileSystem")]
public interface IConnectionContext