Gets or sets a value indicating whether the data in cache should be compressed.

Namespace:  C1.Data
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool Compressed { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property Compressed As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also