RegionAttributesEntryTimeToLiveAction Property |
Gets the timeToLive expiration action for entries in this region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic ExpirationAction EntryTimeToLiveAction { get; }
Public ReadOnly Property EntryTimeToLiveAction As ExpirationAction
Get
public:
property ExpirationAction EntryTimeToLiveAction {
ExpirationAction get ();
}
member EntryTimeToLiveAction : ExpirationAction with get
Return Value
Type:
ExpirationActionthe timeToLive action for entries in this region
See Also