gpt4 book ai didi

key-value - 为什么 Apigee Key/Value Map 有这样的格式

转载 作者:行者123 更新时间:2023-12-01 16:19:35 26 4
gpt4 key购买 nike

我想了解为什么 Apigee 对 Key/Value maps 有这样的格式.当creating a key你应该像这样发布一个 JSON:

{
"name": "Map_name",
"entry": [
{
"name": "Key1",
"value": "value_one"
}, {
"name": "Key2",
"value": "value_two"
}
]
}

注意 entry 是一个数组。

当你 accessing a Key/Value Map你应该使用这样的策略:

<KeyValueMapOperations mapIdentifier="Map_name">
<Scope>environment</Scope>
<Get assignTo="foo_variable" index="2">
<Key>
<Parameter>Key2</Parameter>
</Key>
</Get>
</KeyValueMapOperations>

如您所见,您需要同时指定键名和索引!不是多余的吗?按索引访问值有点不方便……这并不是说它是基于 1 的(所以 Pascal!)。我为什么还要关心索引?

最佳答案

我认为每个键都是 Map 中的多值数组。所以每个键可以有多个值。数组索引用于标识多值键中的值。不适用于整个 map 。

关于key-value - 为什么 Apigee Key/Value Map 有这样的格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38610245/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com