Gets or sets the time to live in miliseconds of a shared iterator when 
SharedIteratorMode is enabled.
            Once this time interval elapsed from a shared iterator creation, that iterator will no longer be shared by new queries.
            
            
 Note:When null the default will be used

 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
public Nullable<long> SharedIteratorTimeToLive { get; set; }Public Property SharedIteratorTimeToLive As Nullable(Of Long)
/** @property */
public Nullable<long> get_SharedIteratorTimeToLive()
/** @property */
public  void set_SharedIteratorTimeToLive(Nullable<long> value)
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)