@wholebuzz/mapreduce / Exports / types / MapContext
types.MapContext
| Name |
|---|
Key |
Value |
-
Context<Key, Value>
↳ MapContext
- configuration
- currentItem
- currentKey
- currentValue
- inputKeyProperty
- inputValueProperty
- keyProperty
- valueProperty
- write
• configuration: Configuration
Inherited from: Context.configuration
Defined in: src/types.ts:28
• currentItem: Item
Defined in: src/types.ts:36
• Optional currentKey: Key
Inherited from: Context.currentKey
Defined in: src/types.ts:29
• currentValue: Value
Defined in: src/types.ts:37
• Optional inputKeyProperty: string
Defined in: src/types.ts:38
• Optional inputValueProperty: string
Defined in: src/types.ts:39
• 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