Puts the specified item into SimpleDB.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public void Put( Object item ) |
| Visual Basic |
|---|
Public Sub Put ( _ item As Object _ ) |
| Visual C++ |
|---|
public: virtual void Put( Object^ item ) sealed |
Parameters
- item
- Type: System..::..Object
The item.
Implements
ISimol..::..Put(Object)
Remarks
This method only puts items using the PutAttributes operation.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If the item parameter is null |
| AmazonSimpleDBException | If the request to SimpleDB fails for any reason |
| Simol..::..SimolDataException | If the item cannot be converted to a SimpleDB item |
| Simol..::..SimolConfigurationException | If no valid SimpleDB mapping can be configured for the specified item type |