Gets or sets the maximum number of items that may be updated in a single call to BatchPutAttributes.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public int BatchPutMaxCount { get; set; }
Visual Basic
Public Property BatchPutMaxCount As Integer
	Get
	Set
Visual C++
public:
property int BatchPutMaxCount {
	int get ();
	void set (int value);
}

Field Value

The maximum number of items.

Remarks

The default value for this property is 25, which corresponds to the limit defined by the Amazon service itself. See: http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDBLimits.html

See Also