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) Get Set
public: property Nullable<long long> SharedIteratorTimeToLive { Nullable<long long> get (); void set (Nullable<long long> value); }
/** @property */ public Nullable<long> get_SharedIteratorTimeToLive() /** @property */ public void set_SharedIteratorTimeToLive(Nullable<long> value)