AWS SDK for .NET Documentation
UpdateCondition Class
AmazonAmazon.SimpleDB.ModelUpdateCondition Did this page help you?   Yes   No    Tell us about it...
Describes the condition used to perform a conditional PutAttributes or conditional DeleteAttributes.
Declaration Syntax
C#
public class UpdateCondition
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdateCondition()()()()
Initializes a new instance of the UpdateCondition class

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Value
Gets and sets the Value property. The value of the attribute used for the conditional check.

WithExists(Boolean) Obsolete.
Sets the Exists property

WithName(String) Obsolete.
Sets the Name property

WithValue(String) Obsolete.
Sets the Value property

Inheritance Hierarchy
Object
UpdateCondition

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)