AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Instantiates UpdateCondition with the parameterized properties
Namespace: Amazon.SimpleDB.Model
Assembly: AWSSDK.SimpleDB.dll
Version: 3.x.y.z
public UpdateCondition(
String name,
String value,
Nullable<Boolean> exists
)
The name of the attribute involved in the condition.
The value of an attribute. This value can only be specified when the Exists parameter is equal to true.
A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer