@wholebuzz/mapreduce / Exports / types / ReduceContext
types.ReduceContext
| Name |
|---|
Key |
Value |
-
Context<Key, Value>
↳ ReduceContext
• configuration: Configuration
Inherited from: Context.configuration
Defined in: src/types.ts:28
• currentItem: Item[]
Defined in: src/types.ts:43
• Optional currentItemSource: string[]
Defined in: src/types.ts:44
• Optional currentKey: Key
Inherited from: Context.currentKey
Defined in: src/types.ts:29
• currentValue: Value[]
Defined in: src/types.ts:45
• keyProperty: string
Inherited from: Context.keyProperty
Defined in: src/types.ts:30
• valueProperty: string
Inherited from: Context.valueProperty
Defined in: src/types.ts:31
• write: (key: Key, value: any) => void
▸ (key: Key, value: any): void
| Name | Type |
|---|---|
key |
Key |
value |
any |
Returns: void
Defined in: src/types.ts:32