久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <i id='EioOz'><tr id='EioOz'><dt id='EioOz'><q id='EioOz'><span id='EioOz'><b id='EioOz'><form id='EioOz'><ins id='EioOz'></ins><ul id='EioOz'></ul><sub id='EioOz'></sub></form><legend id='EioOz'></legend><bdo id='EioOz'><pre id='EioOz'><center id='EioOz'></center></pre></bdo></b><th id='EioOz'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='EioOz'><tfoot id='EioOz'></tfoot><dl id='EioOz'><fieldset id='EioOz'></fieldset></dl></div>
    <legend id='EioOz'><style id='EioOz'><dir id='EioOz'><q id='EioOz'></q></dir></style></legend>

      1. <tfoot id='EioOz'></tfoot>

          <bdo id='EioOz'></bdo><ul id='EioOz'></ul>

        <small id='EioOz'></small><noframes id='EioOz'>

        如何將新的鍵值對放入 DynamoDB 中的映射中?(爪哇

        How to put a new key-value pair into a map in DynamoDB? (java)(如何將新的鍵值對放入 DynamoDB 中的映射中?(爪哇))
          <i id='Vw5Hc'><tr id='Vw5Hc'><dt id='Vw5Hc'><q id='Vw5Hc'><span id='Vw5Hc'><b id='Vw5Hc'><form id='Vw5Hc'><ins id='Vw5Hc'></ins><ul id='Vw5Hc'></ul><sub id='Vw5Hc'></sub></form><legend id='Vw5Hc'></legend><bdo id='Vw5Hc'><pre id='Vw5Hc'><center id='Vw5Hc'></center></pre></bdo></b><th id='Vw5Hc'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Vw5Hc'><tfoot id='Vw5Hc'></tfoot><dl id='Vw5Hc'><fieldset id='Vw5Hc'></fieldset></dl></div>
          <legend id='Vw5Hc'><style id='Vw5Hc'><dir id='Vw5Hc'><q id='Vw5Hc'></q></dir></style></legend>
        1. <tfoot id='Vw5Hc'></tfoot>
          • <small id='Vw5Hc'></small><noframes id='Vw5Hc'>

              <tbody id='Vw5Hc'></tbody>
                <bdo id='Vw5Hc'></bdo><ul id='Vw5Hc'></ul>

                1. 本文介紹了如何將新的鍵值對放入 DynamoDB 中的映射中?(爪哇)的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我有一個 DynamoDB 屬性,其值是從數字到字符串的映射.我正在嘗試放入一個新的鍵值對.根據我的閱讀,這似乎是可能的,但我不知道如何.

                  I have a DynamoDB attribute whose value is a map from a Number to a String. I am trying to put in a new key-value pair. From what I've read, this seems to be possible, but I don't know how.

                  我認為解決方案類似于以下鏈接中的解決方案:

                  I assume the solution is similar to the one in the link below:

                  如何在 AWS DynamoDB 文檔 API 上更新地圖或列表?

                  但我不相信這個例子是在地圖上添加一個新項目.有人可以告訴我如何將項目放入地圖嗎?

                  But I do not believe the example is on putting in a new item to a map. Could someone show me how to put in an item to a map?

                  謝謝.

                  我不想獲取該項目,在本地進行更改,然后將其放回原處.我正在與可能同時交互的多個客戶合作(我假設 dynamo 的更新確保不會出現競爭條件).

                  I do not want to get the item, locally make the changes, and put it back. I am working with multiple clients who might interact concurrently (and I assume the update by dynamo ensures there will be no race conditions).

                  推薦答案

                  使用 UpdateItem 的以下參數,當 map.#number 在地圖中不存在時,您可以在 #number 處添加地圖條目:

                  With the following arguments to UpdateItem, you can condition adding a map entry at #number when map.#number does not exist in the map already:

                  UpdateExpression = "SET map.#number = :string"
                  ExpressionAttributeNames = { "#number" : "1" }
                  ExpressionAttributeValues = { ":string" : "the string to store in the map at key value 1" }
                  ConditionExpression = "attribute_not_exists(map.#number)"
                  

                  這篇關于如何將新的鍵值對放入 DynamoDB 中的映射中?(爪哇)的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  How can I detect integer overflow on 32 bits int?(如何檢測 32 位 int 上的整數溢出?)
                  Local variables before return statements, does it matter?(return 語句之前的局部變量,這有關系嗎?)
                  How to convert Integer to int?(如何將整數轉換為整數?)
                  How do I create an int array with randomly shuffled numbers in a given range(如何在給定范圍內創建一個隨機打亂數字的 int 數組)
                  Inconsistent behavior on java#39;s ==(java的行為不一致==)
                  Why is Java able to store 0xff000000 as an int?(為什么 Java 能夠將 0xff000000 存儲為 int?)

                2. <small id='8Yco4'></small><noframes id='8Yco4'>

                  <legend id='8Yco4'><style id='8Yco4'><dir id='8Yco4'><q id='8Yco4'></q></dir></style></legend><tfoot id='8Yco4'></tfoot>
                    <bdo id='8Yco4'></bdo><ul id='8Yco4'></ul>

                            <i id='8Yco4'><tr id='8Yco4'><dt id='8Yco4'><q id='8Yco4'><span id='8Yco4'><b id='8Yco4'><form id='8Yco4'><ins id='8Yco4'></ins><ul id='8Yco4'></ul><sub id='8Yco4'></sub></form><legend id='8Yco4'></legend><bdo id='8Yco4'><pre id='8Yco4'><center id='8Yco4'></center></pre></bdo></b><th id='8Yco4'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='8Yco4'><tfoot id='8Yco4'></tfoot><dl id='8Yco4'><fieldset id='8Yco4'></fieldset></dl></div>
                              <tbody id='8Yco4'></tbody>
                          1. 主站蜘蛛池模板: 日日摸夜夜添夜夜添特色大片 | av网站免费看 | 狠狠躁天天躁夜夜躁婷婷老牛影视 | 国产精品日产欧美久久久久 | 国产成人精品一区二区三区四区 | 一区二区精品视频 | 亚洲视频一区在线播放 | 久久精品国产一区 | 久久精品国产亚洲一区二区三区 | 欧美亚洲综合久久 | 国产免费一区二区 | 精品久久久久一区二区国产 | 欧美日韩在线国产 | 成人免费视频网站在线看 | 一区二区三区不卡视频 | 国产在线精品一区二区三区 | 日韩精品一区二区三区在线观看 | 亚洲国产一区二区视频 | 视频一区在线 | 国产中文字幕亚洲 | 免费一区二区 | 中文字幕国产一区 | av在线播放网站 | 99久久久国产精品 | 国产在线h | 欧美精品91| 日韩av成人 | 久久成人免费视频 | 一区二区在线观看免费视频 | 欧美色综合| 欧美日韩在线成人 | 久久久国产精品视频 | 国产h视频 | 日韩精品人成在线播放 | 精品成人在线观看 | 国产精品成人久久久久 | 在线午夜 | 欧美一级片在线观看 | 成人午夜视频在线观看 | 国产在线高清 | 亚洲欧美日韩在线 |