ChaosContext interface
Describes a map, which is a collection of (string, string) type key-value pairs. The map can be used to record information about the Chaos run. There cannot be more than 100 such pairs and each string (key or value) can be at most 4095 characters long. This map is set by the starter of the Chaos run to optionally store the context about the specific run.
Properties
map | Describes a map that contains a collection of ChaosContextMapItem's. |
Property Details
map
Describes a map that contains a collection of ChaosContextMapItem's.
map?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}