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

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

Syntax

C#
public int BatchDeleteMaxCount { get; set; }
Visual Basic
Public Property BatchDeleteMaxCount As Integer
	Get
	Set
Visual C++
public:
property int BatchDeleteMaxCount {
	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