AnalysisSettings. PopulateAll Property

Structured Analytics API Documentation
If true, all documents will be repopulated. Otherwise, only new documents will be added to the existing population.

Namespace:  Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics.Models
Assembly:  Relativity.Threads.Services.Interfaces (in Relativity.Threads.Services.Interfaces.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public bool PopulateAll { get; set; }

Property Value

Type: Boolean
Remarks

This flag interacts with the AnalyzeAll flag; if both are set as true, all documents will be removed from the population before repopulating only those documents in the set to be analyzed. Both flags set to true indicates a "full analysis", both set to false is an "incremental analysis". PopulateAll = false with AnalyzeAll = true will export only new documents but will disregard previous analysis results and re-analyze the document set. PopulateAll = true with AnalyzeAll = false is invalid, and throws an error.
See Also

Reference