Deletes one or more attributes associated with the item. If all attributes of an item are deleted, the
item is deleted.
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 DeleteAttributesRequest
Public Class DeleteAttributesRequest
public ref class DeleteAttributesRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteAttributesRequest()()()() | Initializes a new instance of the DeleteAttributesRequest class | |
| Attribute |
Gets and sets the Attribute property.
List of attributes to delete.
| |
| DomainName |
Gets and sets the DomainName property.
The name of the domain in which to perform the operation.
| |
| Equals(Object) | (Inherited from Object.) | |
| Expected |
Gets and sets the Expected property.
Performs the operation if the specified attribute name and value match.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetAttribute()()()() |
Checks if Attribute property is set
| |
| IsSetDomainName()()()() |
Checks if DomainName property is set
| |
| IsSetExpected()()()() |
Checks if Expected property is set
| |
| IsSetItemName()()()() |
Checks if ItemName property is set
| |
| ItemName |
Gets and sets the ItemName property.
The name of the item in which to perform the operation.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithAttribute(array<Attribute>[]()[][]) |
Sets the Attribute property
| |
| WithDomainName(String) |
Sets the DomainName property
| |
| WithExpected(UpdateCondition) |
Sets the Expected property
| |
| WithItemName(String) |
Sets the ItemName property
|