Method | Description | |
---|---|---|
ExpectedAttributeValue ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
ExpectedAttributeValue ( |
Instantiates ExpectedAttributeValue with the parameterized properties
|
|
ExpectedAttributeValue ( bool exists ) : System |
Instantiates ExpectedAttributeValue with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAttributeValueList ( ) : bool | ||
IsSetComparisonOperator ( ) : bool | ||
IsSetExists ( ) : bool | ||
IsSetValue ( ) : bool |
public ExpectedAttributeValue ( |
||
value | Sets the ExpectedAttributeValue Value property | |
return | System |
public ExpectedAttributeValue ( bool exists ) : System | ||
exists | bool | Causes DynamoDB to evaluate the value before attempting a conditional operation:
true . If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true , because it is implied. DynamoDB returns a ValidationException if:
|
return | System |