ITaggableTagHolder Property

ScaleOut Software NamedCache API
Returns the NamedCache-managed SparseBitmap used by the system to implement Tags.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

SparseBitmap TagHolder { get; set; }

Property Value

Type: SparseBitmap
Remarks

This property is attributed with SossIndexAttribute. Any classes that implement ITaggable will also automatically start saving their tag data in the StateServer property index when instances of the class are created or updated.
See Also

Reference

Other Resources