AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 3.5
 
Container for the parameters to the GetAttributes operation. Returns all of the attributes associated with the specified item. Optionally, the attributes returned can be limited to one or more attributes by specifying an attribute name parameter.

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleDB.AmazonSimpleDBRequest
      Amazon.SimpleDB.Model.GetAttributesRequest

Namespace: Amazon.SimpleDB.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class GetAttributesRequest : AmazonSimpleDBRequest
         IRequestEvents

The GetAttributesRequest type exposes the following members

Constructors

NameDescription
Public Method GetAttributesRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method GetAttributesRequest(string, string) Instantiates GetAttributesRequest with the parameterized properties

Properties

NameTypeDescription
Public Property AttributeNames System.Collections.Generic.List<System.String> Gets and sets the property AttributeNames. The names of the attributes.
Public Property ConsistentRead System.Boolean Gets and sets the property ConsistentRead. Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.
Public Property DomainName System.String Gets and sets the property DomainName. The name of the domain in which to perform the operation.
Public Property ItemName System.String Gets and sets the property ItemName. The name of the item.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8