Describes the condition used to perform a conditional PutAttributes
or conditional DeleteAttributes.
Namespace: Amazon.SimpleDB.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class UpdateCondition
Public Class UpdateCondition
public ref class UpdateCondition
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| UpdateCondition()()()() | Initializes a new instance of the UpdateCondition class | |
| Equals(Object) | (Inherited from Object.) | |
| Exists |
Gets and sets the Exists property.
Check for the existence of the attribute used for the conditional check.
If this field is unspecified or true, UpdateCondition.Value must be set to a value.
If this field is false, UpdateCondition.Value should not have a value assigned to it.
If no value is associated with this field, SimpleDB uses a default value of 'true'
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetExists()()()() |
Checks if Exists property is set
| |
| IsSetName()()()() |
Checks if Name property is set
| |
| IsSetValue()()()() |
Checks if Value property is set
| |
| Name |
Gets and sets the Name property.
The name of the attribute used for the conditional check.
| |
| ToString()()()() | (Inherited from Object.) | |
| Value |
Gets and sets the Value property.
The value of the attribute used for the conditional check.
| |
| WithExists(Boolean) |
Sets the Exists property
| |
| WithName(String) |
Sets the Name property
| |
| WithValue(String) |
Sets the Value property
|