Skip to main content

@terascope/job-components / index / Slice

Interface: Slice

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

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

Properties

PropertyTypeDescriptionDefined in
_createdstring-types/dist/src/teraslice.d.ts:189
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:194
requestSliceRequest-types/dist/src/teraslice.d.ts:188
slice_idstringA unique identifier for the slicetypes/dist/src/teraslice.d.ts:179
slicer_idnumberA reference to the slicer that created the slice.types/dist/src/teraslice.d.ts:183
slicer_ordernumberA reference to the slicertypes/dist/src/teraslice.d.ts:187