Click or drag to resize

PFIndexerJobInitializeDatabaseOnly Property

Gets or sets a value indicating whether the job should ensure the database schema and not index the files.

Namespace:  Packflow.Core.Jobs.Impl
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFJobParameter("InitializeDatabaseOnly", JobParameterType.SimpleType, 
	false, Description = "If enabled, the job will only ensure the database schema without indexing files.")]
public bool InitializeDatabaseOnly { get; set; }

Property Value

Type: Boolean
See Also