DeleteItemRequest.ReturnValues Property

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:
  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This is the default for ReturnValues.)
  • ALL_OLD - The content of the old item is returned.

Constraints:Allowed ValuesNONE, ALL_OLD, UPDATED_OLD, ALL_NEW, UPDATED_NEW

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public ReturnValue ReturnValues { get; set; }
Property Value
Type: Amazon.DynamoDBv2.ReturnValue

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8