Gets or sets a value indicating whether to replace existing attributes when performing BatchPutAttributes operations.

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

Syntax

C#
public bool BatchReplaceAttributes { get; set; }
Visual Basic
Public Property BatchReplaceAttributes As Boolean
	Get
	Set
Visual C++
public:
property bool BatchReplaceAttributes {
	bool get ();
	void set (bool value);
}

Field Value

true if existing attributes should be replaced; otherwise, false.

Remarks

The default value is true. For improved performance while batch-loading new items set this value to false. See: http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_BatchPutAttributes.html

See Also