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
Copy file name to clipboardExpand all lines: docs/docs/table/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ const MyTable = new Table({
33
33
| indexes |`object`| no | Complex type that optionally specifies the name keys of your secondary indexes (see below) |
34
34
| autoExecute |`boolean`| no | Enables automatic execution of the DocumentClient method (default: `true`) |
35
35
| autoParse |`boolean`| no | Enables automatic parsing of returned data when `autoExecute` is `true` (default: `true`) |
36
-
| removeNullAttributes |`boolean`| no | Removes null attributes instead of setting them to `null` (default: `true`) |
36
+
| removeNullAttributes |`boolean`| no | Removes null and empty (e.g. `''`) attributes instead of setting them to `null` (default: `true`) |
37
37
| DocumentClient |`DocumentClient`|\*| A valid instance of the AWS [DocumentClient](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html)|
38
38
39
39
\*_A Table can be instantiated without a DocumentClient, but most methods require it before execution_
0 commit comments