Gets or sets the maximum length of a single attribute.

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

Syntax

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

Field Value

The maximum attribute length.

Remarks

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

See Also