Detail: StoreConfigBase#

Overview: StoreConfigBase

class StoreConfigBase(*, label_encoder=None, label_decoder=None, read_frame_filter=None, read_max_workers=None, read_chunksize=1, write_max_workers=None, write_chunksize=1, mp_context=None)[source]#

A read-only container used by Store subclasses for reading from and writing to multi-table storage formats.

This base class contains arguments common to all storage formats.

  • Constructor: Alternative constructors for creating instances.

  • Exporter: Methods for transforming, exporting, or serializing objects.

  • Attribute: Attributes for retrieving basic characteristics.

  • Method: Methods for general functionality.

  • Display: Methods for providing a text representation of the object.

StoreConfigBase: Constructor | Exporter | Attribute | Method | Display