Data Models¶

Core data models for file management, system representation, and configuration in R2X Core.

Quick Reference¶

  • DataFile - Configures a single data file with transformations

  • DataStore - Container for managing multiple data files

  • FileInfo - Metadata about a data file location and type

  • ReaderConfig - Specifies how to read a file (reader type and options)

  • TabularProcessing - Transformation pipeline for tabular (CSV, etc.) data

  • JSONProcessing - Transformation pipeline for JSON data

  • PluginConfig - Base class for plugin configuration

  • System - Core system container for power system components

API Documentation¶

For complete API documentation with method signatures and implementation details, see API Reference.

See Also¶