Gets or sets a value indicating whether data should be compressed when stored in SimpleDB.
Namespace: SimolAssembly: 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); } |