RegionAttributesLoadFactor Property |
Returns the load factor of the entry's local cache.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic float LoadFactor { get; }
Public ReadOnly Property LoadFactor As Single
Get
public:
property float LoadFactor {
float get ();
}
member LoadFactor : float32 with get
Return Value
Type:
Singlethe load factor
See Also