ConnectionStringMaxStaleness Property |
Gets the max staleness.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public Nullable<TimeSpan> MaxStaleness { get; }
Public ReadOnly Property MaxStaleness As Nullable(Of TimeSpan)
Get
member MaxStaleness : Nullable<TimeSpan> with get
Property Value
Type:
NullableTimeSpanSee Also