The SimolClient type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SimolClient(AmazonSimpleDB, SimolConfig) |
Initializes a new instance of the SimolClient class.
|
|
SimolClient(String, String) |
Initializes a new instance of the SimolClient class.
|
|
SimolClient(String, String, SimolConfig) |
Initializes a new instance of the SimolClient class.
|
Methods
Name | Description | |
---|---|---|
Delete<(Of <<'(T>)>>)(IList) |
Deletes multiple items from SimpleDB (all attributes).
|
|
Delete<(Of <<'(T>)>>)(Object) |
Deletes an item from SimpleDB (all attributes).
|
|
DeleteAttributes(ItemMapping, IList, array<String>[]()[][]) |
Deletes an ad-hoc list of item values from multiple items in SimpleDB without an item type generic parameter.
|
|
DeleteAttributes(ItemMapping, Object, array<String>[]()[][]) |
Deletes an ad-hoc list of item values from SimpleDB without an item type generic parameter.
|
|
DeleteAttributes<(Of <<'(T>)>>)(IList, array<String>[]()[][]) |
Deletes specified attributes from multiple items in SimpleDB.
|
|
DeleteAttributes<(Of <<'(T>)>>)(Object, array<String>[]()[][]) |
Deletes specified attributes from a single item in SimpleDB.
|
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
Find<(Of <<'(T>)>>) |
Searches the full-text index with a specified query string and returns all items that still
exist in SimpleDB.
|
|
FindAttributes<(Of <<'(T>)>>) |
Searches the full-text index with a specified query string and returns all items that still
exist in SimpleDB.
|
|
Get<(Of <<'(T>)>>) |
Gets an item from SimpleDB.
|
|
GetAttributes(ItemMapping, Object, array<String>[]()[][]) |
Gets an ad-hoc list of item values from SimpleDB without an item type generic parameter.
|
|
GetAttributes<(Of <<'(T>)>>)(Object, array<String>[]()[][]) |
Gets a property values collection from SimpleDB.
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Put(Object) |
Puts the specified item into SimpleDB.
|
|
Put<(Of <<'(T>)>>)(List<(Of <<'(T>)>>)) |
Puts multiple items into SimpleDB.
|
|
PutAttributes(ItemMapping, PropertyValues) |
Puts a single property values collection into SimpleDB.
|
|
PutAttributes(ItemMapping, List<(Of <<'(PropertyValues>)>>)) |
Puts multiple property values collections into SimpleDB.
|
|
PutAttributes<(Of <<'(T>)>>)(PropertyValues) |
Puts a property values collection into SimpleDB.
|
|
PutAttributes<(Of <<'(T>)>>)(List<(Of <<'(PropertyValues>)>>)) |
Puts multiple property values collections into SimpleDB.
|
|
Select<(Of <<'(T>)>>)(SelectCommand<(Of <<'(T>)>>)) |
Executes the specified select statement against SimpleDB
using advanced options provided by the command object.
|
|
Select<(Of <<'(T>)>>)(String, array<CommandParameter>[]()[][]) |
Executes the specified select statement against SimpleDB using default select options.
|
|
SelectAttributes(SelectCommand) |
Executes the specified select command against SimpleDB
using advanced options provided by the command object without an item type generic parameter.
|
|
SelectAttributes<(Of <<'(T>)>>)(SelectCommand<(Of <<'(T>)>>)) |
Executes the specified select statement against SimpleDB
using advanced options provided by the command object.
|
|
SelectAttributes<(Of <<'(T>)>>)(String, array<CommandParameter>[]()[][]) |
Executes the specified select statement against SimpleDB using default select options
and returns a list of item values.
|
|
SelectScalar(SelectCommand) |
Executes the specified select command against SimpleDB
without an item type generic parameter and returns only the first attribute
value in the result set.
|
|
SelectScalar<(Of <<'(T>)>>)(String, array<CommandParameter>[]()[][]) |
Executes the specified select statement against SimpleDB using default options
and returns only the first attribute value in the result set.
|
|
ToString | (Inherited from Object.) |
Extension Methods
Properties
Name | Description | |
---|---|---|
Config |
Gets or sets the Simol advanced configuration options.
|
|
SimpleDB |
Gets or sets the underlying AWS SDK class used to communicate with SimpleDB.
|