AWS SDK for .NET Documentation
DeleteAttributesRequest Class
AmazonAmazon.SimpleDB.ModelDeleteAttributesRequest Did this page help you?   Yes   No    Tell us about it...
Deletes one or more attributes associated with the item. If all attributes of an item are deleted, the item is deleted.
Declaration Syntax
C#
public class DeleteAttributesRequest : SDBRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAttribute(array<Attribute>[]()[][]) Obsolete.
Sets the Attribute property

WithDomainName(String) Obsolete.
Sets the DomainName property

WithExpected(UpdateCondition) Obsolete.
Sets the Expected property

WithItemName(String) Obsolete.
Sets the ItemName property

Inheritance Hierarchy
Object
SDBRequest
 DeleteAttributesRequest

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