Key Value pair
A key-value pair is a data type that contains two related data elements:
Key: A constant that defines the data set. For example, request type, headers, etc.
Value:A variable that belongs to the data set. For example, GET, Content-type etc.
Variants
Props
Props | Datatype | Values/Example |
---|---|---|
keyValue | Array: keyValuePair | {key:1,value="sdfgh} |
callback | function | -- |
mode | string | "READ" | "WRITE" |
readable | { key: string; value: string } | {key: "",value: "",}; |
environmentVariables | undefined | -- |