snapshot params Schema #

undefined#/properties/postProcess/items/allOf/20/properties/params

Parameters to be passed to the snapshot module

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none specSchema.schema.json*

params Type #

object (snapshot params)

snapshot params Properties #

Property Type Required Nullable Defined by
identity Flexible Optional cannot be null specSchema (Unified Pipeline Specification)
accumulate Flexible Optional cannot be null specSchema (Unified Pipeline Specification)
accumulateToCap number Optional cannot be null specSchema (Unified Pipeline Specification)
row Flexible Optional cannot be null specSchema (Unified Pipeline Specification)
snapshotTrigger Flexible Optional cannot be null specSchema (Unified Pipeline Specification)
snapshotItem Flexible Optional cannot be null specSchema (Unified Pipeline Specification)
snapshotSummary Flexible Optional cannot be null specSchema (Unified Pipeline Specification)
drain Flexible Optional cannot be null specSchema (Unified Pipeline Specification)
residual Not specified Optional cannot be null specSchema (Unified Pipeline Specification)
accumulatorStore Not specified Optional cannot be null specSchema (Unified Pipeline Specification)
baseAccumulator Flexible Optional cannot be null specSchema (Unified Pipeline Specification)
data Not specified Optional cannot be null specSchema (Unified Pipeline Specification)

identity #

identity TODO

identity

accumulate #

accumulate TODO

accumulate

accumulateToCap #

accumulateToCap TODO

accumulateToCap

row #

row TODO

row

snapshotTrigger #

snapshotTrigger TODO

snapshotTrigger

snapshotItem #

snapshotItem TODO

snapshotItem

snapshotSummary #

snapshotSummary TODO

snapshotSummary

drain #

drain TODO

drain

residual #

Enumeration of strings with constraints below

residual

residual Constraints #

enum: the value of this property must be equal to one of the following values:

Value Explanation
"process"
"skip"

accumulatorStore #

Enumeration of strings with constraints below

accumulatorStore

accumulatorStore Constraints #

enum: the value of this property must be equal to one of the following values:

Value Explanation
"memory"
"leveldb"

baseAccumulator #

baseAccumulator TODO

baseAccumulator

data #

Inline data to be processed by the JSONata expressions

data