CheckpointConfiguration.CreateLogPathIfMissing Property

Gets or sets a value that indicates whether to create the log path if the folder does not exist.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public bool CreateLogPathIfMissing { get; set; }

Property Value

Type: System.Boolean
A value that indicates whether to create the log path if the folder does not exist. The default is false.

Remarks

For more information, see Building Resilient StreamInsight Applications.

See Also

Reference

CheckpointConfiguration Class

Microsoft.ComplexEventProcessing Namespace