Vertaling van "Con SimpleDB" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Así es como traducimos esta solicitud de actualización para trabajar con SimpleDB
Here is how we translate this update request to work with SimpleDB
Por ejemplo, yo podría ejecutar en líneas generales el mismo caso de pruebas con SimpleDB, como se muestra en el Listado 8
For instance, I could execute roughly the same test case with SimpleDB, as shown in Listing 8
Con SimpleDB, hay una capacidad limitada para verificar si un artículo existe antes de agregar atributos y valores.
With SimpleDB, there is limited ability to check if an item exists prior to adding attributes and values.
Con SimpleDB, la coherencia no se promete, pero por lo general es bastante buena y alcanza rápidamente todos los nodos de mi experiencia.
With SimpleDB, the consistency isn't promised, but it is usually pretty good and quickly reaches all nodes from my experience.
Curiosamente, AWS SDK realmente usa el protocolo REST para interactuar con SimpleDB, por lo que puede parecer extraño crear un servidor REST en otro servidor REST.
Interestingly, the AWS SDK actually uses the REST protocol to interact with SimpleDB, so it may seem odd to create a REST server to another REST server.
El objeto SimpleDB que ha creado con new aws.SimpleDB es donde se basarán todos sus métodos para interactuar con SimpleDB.
The SimpleDB object that you've created with new aws.SimpleDB is where all your methods for interacting with SimpleDB will be based.
Un caso de pruebas de Aquí he seguido los mismos pasos de mi ejemplo MongoDB: Leí un depósito de claves existente, obtuve una conexión con SimpleDB de Amazon y después inserté un registro de cuenta cuyo atributo name estuviese cifrado.
Here I followed the same steps from my MongoDB example: I read from an existing key store, obtained a connection to Amazon's SimpleDB, and then inserted an account record whose name attribute was encrypted.