Skip to content

Dap

Key Value
type object
relationship Package -> Database -> Shard -> Dap
object path $.databases[*].shards[*].daps
package file path {package-root}/databases/{db-name}/shards/{shard-name}.yaml

Fields

Field Type Required Description Constraints Default
instances map<string, Instances > yes Map of Data Access Instances - -
lateData boolean | null no Filter data feed to records within 'purview' of instance - true
scaledInstances map<string, ScaledInstances > | null no Internal map used for Independent Storage Manager Data Access Instances - null
source string | null no Sequencer Bus to subscribe to. 'source' is used to look up sequencers defined within the Assembly 'elements.sequencer' or 'bus' fields. If 'source' is not located, it is assumed to be an existing Sequencer name, external to the Assembly. pattern: "^[a-z0-9]+[a-z0-9-]*[a-z0-9]+$" null

Used In

Back to top