C# Class Amazon.DynamoDBv2.Model.WriteRequest

Represents an operation to perform - either DeleteItem or PutItem . You can only specify one of these operations, not both, in a single WriteRequest . If you do need to perform both of these operations, you will need to specify two separate WriteRequest objects.

Show file Open project: scopely/aws-sdk-net

Private Methods

Method Description
IsSetDeleteRequest ( ) : bool
IsSetPutRequest ( ) : bool