AnalysisSettings. AnalyzeAll Property

Structured Analytics API Documentation
If true, all Documents will be updated with the latest analysis results. Otherwise, only new documents will be updated.

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 AnalyzeAll { get; set; }

Property Value

Type: Boolean
Remarks

This flag interacts with the PopulateAll 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