What is the translation of " DYNAMODB " in English?

Examples of using Dynamodb in German and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
Ändern Sie dazu die Konfigurationsvariable dynamodb.
To do this, you can modify the dynamodb.
Using the DynamoDB console- Wählen Sie Ihren DAX-Cluster aus.
Using the DynamoDB console- Choose your DAX cluster.
Ändern des Codes zum Verwenden des Service DynamoDB.
Modifying the Code to Use the DynamoDB Service.
Zugriff auf DynamoDB via DAX, aber keinen direkten Zugriff auf DynamoDB.
Access to DynamoDB Via DAX, But No Direct Access to DynamoDB.
Wenn die Elemente nicht gefunden werden("Cache Miss"),sendet DAX die Anforderung an DynamoDB.
If the items are not found(cache miss),DAX sends the request to DynamoDB.
Combinations with other parts of speech
Usage with adjectives
Usage with verbs
Nachdem Aufrufe an DynamoDB synchron sind, gehören Sie nicht zu Ihrem UI-Thread.
Since calls to DynamoDB are synchronous, they don't belong on your UI thread.
Die folgenden Aktionen sind für die Steuerung des Zugriffs auf DynamoDB Streams verfügbar.
The following actions are available for controlling access to DynamoDB Streams.
Aufgrund der Geschwindigkeit, mit der DynamoDB auf Ihrem Computer ausgeführt wird, sind die meisten Lesevorgänge allerdings tatsächlich vom Typ„Strongly Consistent.
However, due to the speed of DynamoDB running on your computer, most reads appear to be strongly consistent.
Ihre Anwendungen müssen Binärwerte vor der Übermittlung an DynamoDB im base64-Format kodieren.
Your applications must encodebinary values in base64-encoded format before sending them to DynamoDB.
Wir verwenden dies, weil year in DynamoDB ein reserviertes Wort ist- Sie können es in keinem Ausdruck direkt verwenden, KeyConditionExpression eingeschlossen.
We use this because year is a reserved word in DynamoDB-you cannot use it directly in any expression, including KeyConditionExpression.
Wenn DAX nicht über das Element verfügt( Cache Miss),leitet DAX die Anforderung an DynamoDB weiter.
If DAX does not have the item available(a cache miss),DAX passes the request through to DynamoDB.
Wenn BobUserRole Lese- und Schreibzugriff auf DynamoDB erfordert, würde die folgende Richtlinie funktionieren.
If BobUserRole requires read-write access to DynamoDB, the following policy would work.
Wenn die Anforderung Strongly Consistent-Lesevorgänge angibt,leitet DAX die Anforderung an DynamoDB weiter.
If the request specifies strongly consistent reads,DAX passes the request through to DynamoDB.
Der Header Authorization enthält Informationen, die DynamoDB benötigt, um die Anforderung zu authentifizieren.
The Authorization header contains information required for DynamoDB to authenticate the request.
Mithilfe dieser Operationen können Sie die Anzahl der Netzläufe von Ihrer Anwendung für DynamoDB reduzieren.
Using these operations can reduce the number of network round trips from your application to DynamoDB.
Nehmen Sie an, dass der Benutzer eine Anforderung an DynamoDB stellt, um die Attribute PostDateTime und UserName abzurufen.
Suppose that the user makes a request to DynamoDB to get the attributes PostDateTime and UserName.
Überwachen Sie diese Statistik, um den relativen Fortschritt zu beobachten, während DynamoDB den Index aufbaut.
You should monitor this statistic to view the relative progress as DynamoDB builds the index.
Das bedeutet, dass die Anwendung alles speichert, was mit DynamoDB-SDK zu tun hat,in ihrer eigenen separaten Datei im Ordner dynamodb.
That is, the application stores everything that has to do withDynamoDB SDK in its own separate file in the dynamodb folder.
Daten in der Verwendung: Schützen Sie Ihre Daten durch clientseitigen Verschlüsselung, bevor sie an DynamoDB gesendet werden.
Data-in-use: Protect your data before sending it to DynamoDB using client-side encryption.
Als DynamoDB Streams-Benutzer können Sie das Entwurfsmuster in der KCL zum Verarbeiten von DynamoDB Streams-Shards und Stream-Datensätzen verwenden.
As a DynamoDB Streams user, you can leverage the design patterns found within the KCL to process DynamoDB Streams shards and stream records.
Jedes Element in der Expected -Zuordnung stellte einen Attributnamen dar, den DynamoDB zusammen mit Folgendem prüfen sollte.
Each item in the Expected map represented an attribute name for DynamoDB to check, along with the following.
Wenn eine Anwendung eine Query- oder Scan -Operation ausführt und der DAX-Abfrage-Cache kein gespeichertes Ergebnis enthält,dann sendet DAX die Anforderung an DynamoDB.
If an application performs a Query or Scan, and the DAX query cache does not contain a cached result,then DAX sends the request to DynamoDB.
Eine vollständige Erläuterung zu den von DynamoDB bereitgestellten Durchsatzwerten finden Sie unter Angeben von Lese- und Schreibanforderungen im DynamoDB Developer Guide.
For a complete discussion of DynamoDB provisioned throughput values,see Specifying Read and Write Requirements in the DynamoDB Developer Guide.
Wenn Sie ein Anwendungsentwickler sind, empfehlen wir, auch„Erste Schritte mit DynamoDB" zu lesen.
If you are an application developer, we recommend that you also read Getting Started with DynamoDB, where you use the downloadable version of DynamoDB.
AmazonServiceException- ausgegeben, wenn die Client-Anforderung ordnungsgemäß an DynamoDB übertragen wurde, aber DynamoDB die Anforderung nicht verarbeiten konnte und stattdessen eine Fehlermeldung zurückgegeben hatte.
AmazonServiceException-thrown if the client request was correctly transmitted to DynamoDB, but DynamoDB was unable to process the request and returned an error response instead.
Wenn für Ihre Anwendung die Zahlengenauigkeit wichtig ist,sollten Sie numerische Werte in Zeichenfolgen konvertieren, bevor Sie sie an DynamoDB übergeben.
If number precision is important to your application,you should convert numeric values to strings before you pass them to DynamoDB.
Detaillierte Informationen zu den Einschränkungen für bereitgestellte Durchsatzwerte in DynamoDB finden Sie unter Grenzen in Amazon DynamoDB im DynamoDB Developer Guide.
For detailed information about the limits of provisioned throughput values in DynamoDB,see Limits in Amazon DynamoDB in the DynamoDB Developer Guide.
Aus diesem Grund müssen alle nachfolgenden Lesevorgänge aus DAX vom Typ Eventually Consistent sein undnachfolgende Strongly Consistent-Lesevorgänge müssen an DynamoDB übergeben werden.
For this reason, any subsequent reads from DAX would have to be eventually consistent reads, and any subsequent strongly consistentreads would have to be passed through to DynamoDB.
In dieser Partition können mehrere Elemente mit demselben Partitionsschlüsselwert vorhanden sein, sodass DynamoDB das Element mit den anderen Elementen, die denselben Partitionsschlüssel besitzen, in aufsteigender Reihenfolge nach Sortierschlüssel speichert.
In that partition, there could be several items with the same partition key value, so DynamoDB stores the item among the others with the same partition key, in ascending order by sort key.
Sie können auch die AWS Management Console oder die AWS Command Line Interface(AWS CLI)zum Senden von Ad-hoc-Abfragen an DynamoDB und zum Anzeigen der Ergebnisse verwenden.
You can also use the AWS Management Console or the AWS Command Line Interface(AWS CLI)to send ad hoc requests to DynamoDB and view the results.
Results: 857, Time: 0.021

Top dictionary queries

German - English