The Select operation returns a set of Attributes for ItemNames that match the select expression.
The total size of the response cannot exceed 1 MB in total size. Amazon SimpleDB automatically adjusts the number of items
returned per page to enforce this limit. For example, even if you ask to retrieve 2500 items, but each individual
item is 10 kB in size, the system returns 100 items and an appropriate next token so you can get the next page of results.
Operations that run longer than 5 seconds return a time-out error response or a partial or empty result set. Partial
and empty result sets contains a next token which allow you to continue the operation from where it left off.
Responses larger than one megabyte return a partial result set.

C# |
public class SelectResponse

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SelectResponse()()()() | Initializes a new instance of the SelectResponse class |
![]() | Equals(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.) |
![]() | IsSetResponseMetadata()()()() |
Checks if ResponseMetadata property is set
|
![]() | IsSetSelectResult()()()() |
Checks if SelectResult property is set
|
![]() | ResponseMetadata |
Gets and sets the ResponseMetadata property.
Information about the request provided by Amazon SimpleDB.
|
![]() | SelectResult |
Gets and sets the SelectResult property.
The Select operation returns a set of Attributes for ItemNames that match the select expression.
The total size of the response cannot exceed 1 MB in total size. Amazon SimpleDB automatically adjusts the number of items
returned per page to enforce this limit. For example, even if you ask to retrieve 2500 items, but each individual
item is 10 kB in size, the system returns 100 items and an appropriate next token so you can get the next page of results.
Operations that run longer than 5 seconds return a time-out error response or a partial or empty result set. Partial
and empty result sets contains a next token which allow you to continue the operation from where it left off.
Responses larger than one megabyte return a partial result set.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ToXML()()()() |
XML Representation for this object
|
![]() | WithResponseMetadata(ResponseMetadata) | Obsolete.
Sets the ResponseMetadata property
|
![]() | WithSelectResult(SelectResult) | Obsolete.
Sets the SelectResult property
|

Object | |
![]() | SelectResponse |