Skip to main content

@terascope/job-components / index / Slice

Interface: Slice

Defined in: types/dist/src/teraslice.d.ts:133

A trackable set of work to be preformed by a "Worker"

Properties

PropertyTypeDescriptionDefined in
_createdstring-types/dist/src/teraslice.d.ts:147
log_level?stringOptional log level override for workers processing this slice. When set, the worker will apply this log level before running the slice.types/dist/src/teraslice.d.ts:152
requestSliceRequest-types/dist/src/teraslice.d.ts:146
slice_idstringA unique identifier for the slicetypes/dist/src/teraslice.d.ts:137
slicer_idnumberA reference to the slicer that created the slice.types/dist/src/teraslice.d.ts:141
slicer_ordernumberA reference to the slicertypes/dist/src/teraslice.d.ts:145