AccessModeSchema
How much of a DataSourceSchema a GetData/RemoveData reading (or a RemoveData deletion) targets — paired with a DataSourceSchema inside GetData.readings/RemoveData.deletions, via the DSL's fullAccessMode()/batchAccessMode(...)/singleAccessMode(...) helpers.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "Batch")
Several entries by id.
Link copied to clipboard
Every entry in the source. On GetData, produces a map keyed by data id; on RemoveData, wipes the entire source.
Link copied to clipboard
One entry by id — on GetData, a null value fails the whole reading with DataNotFoundException.