 | ValSortVerboseLogging Property |
Gets or sets a value indicating whether verbose logging of unsorted record locations is enabled in the combiner task.
Namespace: Ookii.Jumbo.Jet.SamplesAssembly: Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool VerboseLogging { get; set; }
Public Property VerboseLogging As Boolean
Get
Set
public:
property bool VerboseLogging {
bool get ();
void set (bool value);
}
member VerboseLogging : bool with get, set
Property Value
Boolean if verbose logging is enabled in the combiner task; otherwise,
. The default value is
.
See Also