Gets or sets the maximum number of segments in the cache in virtual mode.

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

Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute()]
public virtual int VirtualSegmentCount { get; set; }
Visual Basic (Declaration)
<XmlAttributeAttribute> _
<DefaultValueAttribute()> _
Public Overridable Property VirtualSegmentCount As Integer
	Get
	Set

Remarks

This property has effect only when DataAccessMode is set to Virtual. It is a performance tuning property. Do not change the default value unless you thoroughly understand the mechanics of virtual mode. The default value is 4.

See Also