RegionAttributesRegionTimeToLive Property |
Gets the timeToLive value for the region as a whole.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int RegionTimeToLive { get; }
Public ReadOnly Property RegionTimeToLive As Integer
Get
public:
property int RegionTimeToLive {
int get ();
}
member RegionTimeToLive : int with get
Return Value
Type:
Int32the timeToLive duration for this region, in seconds
See Also