Spring GemFire 1.0.1 API Reference

RegionAttributesFactoryObject.LocalScope Property

Sets a value indicating whether the region should be local scope, creating a private data set in the memory area where this region residers, invisible to other client caches in the system.

[Visual Basic]
Public WriteOnly Property LocalScope() As Boolean
   Public Set
   End Set
End Property
[C#]
public bool LocalScope { public set; }

Property Value

true if create a locally coped region; otherwise, false.

See Also

RegionAttributesFactoryObject Class | Spring.Data.GemFire Namespace