module documentation

Base classes for documents that back dataset contents.

Copyright 2017-2025, Voxel51, Inc.

Class BaseEmbeddedDocument Base class for documents that are embedded within other documents and therefore are not stored in their own collection in the database.
Class DynamicEmbeddedDocument Base class for dynamic documents that are embedded within other documents and therefore aren't stored in their own collection in the database.
Class EmbeddedDocument Base class for documents that are embedded within other documents and therefore are not stored in their own collection in the database.
Exception DynamicEmbeddedDocumentException Exception raised when an error occurs in a dynamic document operation.