v1

latestSwagger 2.0Event Store License v22026-07-17711075.0 KB
Projections

Create a continious projection

Create a new continious projection.

post/projections/continuous

Query parameters

namestring

Name of the projection.

enabledboolean

Is the projection enabled.

checkpointsboolean

Are checkpoints enabled.

emitboolean

Is emit enabled.

type'JS'

The projection type.

trackemittedstreamsboolean

Should your projection create a separate stream and write any streams it emits to that stream.

engineversion1 | 2

The projection engine version to use. 1 (default) uses the original engine, 2 uses the new V2 engine.

Response

New projection created