ChaosContext

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

Name Type Required
Map map of string to string No

Map

Type: map of string to string
Required: No

Describes a map that contains a collection of ChaosContextMapItem's.