Interface IDataContainerContext
Defines a contract for data container contexts, providing information on how the data is stored.
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(FilePathDataContainerContext), "FilePath")]
[JsonDerivedType(typeof(TableDataContainerContext), "SqlTable")]
[JsonDerivedType(typeof(SqlQueryDataContainerContext), "SqlQuery")]
public interface IDataContainerContext