Gets or sets the number of segments to construct inside the local cache storage.
Remarks
Increasing this value decreased concurrency bottlenecks but increases storage overhead.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public int NumberOfSegments { get; set; }
Public Property NumberOfSegments As Integer Get Set
public: property int NumberOfSegments { int get (); void set (int value); }
/** @property */ public int get_NumberOfSegments() /** @property */ public void set_NumberOfSegments(int value)