Gets or sets a value indicating whether data should be compressed when stored in SimpleDB.

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

Syntax

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

Field Value

true if data should be compressed; otherwise, false.

See Also