Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DataAvailability

The modes for creating sub-models in a model.

Index

Enumeration members

Enumeration members

available

available:

Only sub-models that are cached will be created. Data for sub-models won't be fetched from backend.

deep

deep:

All sub-models are created. Those that are not cached in Repositories will be fetched from backend.

flat

flat:

Only sub-models of the requested model are fetched. Sub-models of sub-models won't be fetched from backend.

Generated using TypeDoc