Destination StartDate Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Imposes a filter that specifies the starting date and time after which this destination will start processing log messages

Namespace: NFX.Log.Destinations
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute("$start-date")]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<DateTime> StartDate { get; set; }

Property Value

Type: OnlineNullable OnlineDateTime 
See Also