What is the translation of " TABLA THREAD " in English?

Examples of using Tabla thread in Spanish and their translations into English

{-}
  • Colloquial category close
  • Official category close
Escriba un elemento nuevo en la tabla Thread.
Write a new item to the Thread table.
Para cargar datos en la tabla Thread, escriba el siguiente comando.
To load the Thread table with data, enter the following command.
La solicitud especifica dos elementos en la tabla Forum y tres en la tabla Thread.
The request specifies two items in the Forum and three items in the Thread table.
Consulta la tabla Thread para buscar un valor concreto de ForumName clave de partición.
Query the Thread table for a particular ForumName partition key.
El ejemplo recupera dos elementos de la tabla Forum y tres de la tabla Thread.
The example retrieves two items from the Forum table and three items from the Thread table.
Colocar un elemento en la tabla Thread y eliminar un elemento de la misma tabla..
Put an item in the Thread table and delete an item from the same table..
Si se solicitasen otros atributos sin clave, DynamoDB tendría que recuperarlos en la tabla Thread.
If any other non-key attributes are requested, DynamoDB would need to fetch those attributes from the Thread table.
Por ejemplo, tomemos la tabla Thread definida en Creación de tablas y carga de ejemplos de datos.
For example, consider the Thread table that is defined in Creating Tables and Loading Sample Data.
El atributo Tags no se proyecta en el índice,de tal forma que DynamoDB debe obtener acceso a la tabla Thread y recuperar este atributo.
The Tags attribute is not projected into the index,so DynamoDB must access the Thread table and fetch this attribute.
Recupere dos elementos de la tabla Thread usando una expresión de proyección para devolver solo algunos de los atributos.
Retrieve two items from the Thread table, using a projection expression to return only some of the attributes.
A continuación se muestra un fragmento del resultado de una operación UpdateItem en la tabla Thread, donde ReturnItemCollectionMetrics se ha establecido en SIZE.
Here is a snippet from the output of an UpdateItem operation on the Thread table, with ReturnItemCollectionMetrics set to SIZE.
Consulta la tabla Thread para buscar un valor concreto de ForumName(clave de partición), pero esta vez devuelve solo los elementos que tienen un valor determinado de Subject clave de ordenación.
Query the Thread table for a particular ForumName(partition key), but this time return only the items with a given Subject sort key.
Tenga en cuenta que la clave de partición es la misma que para la tabla Thread, pero que la clave de ordenación es LastPostDateTime.
Note that the partition key is the same as that of the Thread table, but the sort key is LastPostDateTime.
En el siguiente ejemplo de la AWS CLI se examina la tabla Thread y solo se devuelven los últimos elementos publicados por un usuario determinado.
The following AWS CLI example scans the Thread table and returns only the items that were last posted to by a particular user.
En el siguiente fragmento de código Java se escribe un nuevo elemento en la tabla Foro,se escribe un nuevo elemento en la tabla Thread y se elimina un elemento de la tabla ProductCatalog.
The following Java code snippet writes a new item to the Forum table,writes a new item to the Thread table, and deletes an item from the ProductCatalog table..
En el siguiente ejemplo de la AWS CLI, se consulta la tabla Thread para buscar un valor concreto de ForumName(clave de partición) y Subject clave de ordenación.
The following AWS CLI example queries the Thread table for a particular ForumName(partition key) and Subject sort key.
El objeto Responses muestra que se ha consumido una unidad de capacidad en cada tabla, Thread y Reply, debido a sendas operaciones de colocación llevadas a cabo en ellas.
The Responses object shows one capacity unit was consumed on both the Thread and Reply tables as a result of the successful put operation on each of these tables..
Una aplicación puede consultar LastPostIndex en lugar de la tabla Thread completa para rellenar una página web con los valores de Subject, Replies y LastPostDateTime.
An application can query LastPostIndex instead of the full Thread table to populate a web page with Subject, Replies and LastPostDateTime.
Sin un local secondary index, la aplicación tendría queaplicar la operación Scan a toda la tabla Thread y, después, descartar aquellas publicaciones que no estuviesen comprendidos en el periodo especificado.
Without a local secondary index,the application would have to Scan the entire Thread table and discard any posts that were not within the specified time frame.
En la respuesta del siguiente ejemplo se muestra una operación de colocación que se ha realizado correctamente en las tablas Thread y Reply, y una operación que no se ha podido realizar en la tabla Reply.
The following example response shows a put operation on both the Thread and Reply tables succeeded and a delete operation on the Reply table failed.
Results: 20, Time: 0.0208

Word-for-word translation

Top dictionary queries

Spanish - English