Returns all of the attributes associated with the item. Optionally, the attributes returned can be limited to one or more specified attribute name parameters. If the item does not exist on the replica that was accessed for this operation, an empty set is returned. The system does not return an error as it cannot guarantee the item does not exist on other replicas. If you do not specify any attribute names, all the attributes for the item are returned.

Namespace: Amazon.SimpleDB.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class GetAttributesRequest
Public Class GetAttributesRequest
public ref class GetAttributesRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetAttributesRequest()()()()
Initializes a new instance of the GetAttributesRequest class
AttributeName
Gets and sets the AttributeName property. The name of the attribute.
ConsistentRead
Gets and sets the ConsistentRead property. If set to true, this flag ensures that the most recently written data is returned.
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.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsSetAttributeName()()()()
Checks if AttributeName property is set
IsSetConsistentRead()()()()
Checks if ConsistentRead property is set
IsSetDomainName()()()()
Checks if DomainName 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.)
WithAttributeName(array<String>[]()[][])
Sets the AttributeName property
WithConsistentRead(Boolean)
Sets the ConsistentRead property
WithDomainName(String)
Sets the DomainName property
WithItemName(String)
Sets the ItemName property

Inheritance Hierarchy

System..::..Object
  Amazon.SimpleDB.Model..::..GetAttributesRequest

See Also