You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -168,6 +168,16 @@ Available options (see the [DynamoDB documentation](https://docs.aws.amazon.com/
168
168
<br/><br/>See the <a href="../../entities/actions/parse-condition#building-conditions"><code>ConditionParser</code></a> action for more details on how to write conditions.
169
169
</td>
170
170
</tr>
171
+
<tr>
172
+
<td><code>filter</code></td>
173
+
<td align="center"><code>Condition</code></td>
174
+
<td align="center">-</td>
175
+
<td>
176
+
An untyped condition that must be satisfied in order for evaluated items to be returned (improves performances but does not reduce costs).
177
+
<br/><br/>No effect if <a href="#entities"><code>entities</code></a> are provided (use <code>filters</code> instead).
178
+
<br/><br/>See the <a href="../../entities/actions/parse-condition#building-conditions"><code>ConditionParser</code></a> action for more details on how to write conditions.
@@ -225,6 +225,16 @@ Available options (see the [DynamoDB documentation](https://docs.aws.amazon.com/
225
225
<br/><br/>See the <a href="../../entities/actions/parse-condition#building-conditions"><code>ConditionParser</code></a> action for more details on how to write conditions.
226
226
</td>
227
227
</tr>
228
+
<tr>
229
+
<td><code>filter</code></td>
230
+
<td align="center"><code>Condition</code></td>
231
+
<td align="center">-</td>
232
+
<td>
233
+
An untyped condition that must be satisfied in order for evaluated items to be returned (improves performances but does not reduce costs).
234
+
<br/><br/>No effect if <a href="#entities"><code>entities</code></a> are provided (use <code>filters</code> instead).
235
+
<br/><br/>See the <a href="../../entities/actions/parse-condition#building-conditions"><code>ConditionParser</code></a> action for more details on how to write conditions.
0 commit comments