Deletes one or more attributes associated with the item. If all attributes of an item are deleted, the
item is deleted.

C# |
public class DeleteAttributesRequest : SDBRequest

All Members | Constructors | Methods | Properties | ||
Icon | 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()()()() | 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
|

Object | ||
![]() | SDBRequest | |
![]() | DeleteAttributesRequest |