Defines a result record generated by a sweep policy.
Because a policy-controlled sweep iterates repeatedly over the same set of objects,
redundant result records can accumulate. To avoid that situation, you can configure the server
to prune old result records after each sweep, keeping the result records from only the latest iterations.
Using the SweepResultIterationKeepCount property on ICmSweepPolicy,
set the number of the latest iterations from which to keep the result records,
and the server will automatically delete the result records
from iterations prior to the specified iteration.
Namespace:
FileNet.Api.SweepAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICmPolicySweepResult _ Implements ICmSweepResult, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, _ IEngineObject, ICloneable |
C# |
---|
public interface ICmPolicySweepResult : ICmSweepResult, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class ICmPolicySweepResult : ICmSweepResult, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Sweep.ICmPolicySweepResult = function(); FileNet.Api.Sweep.ICmPolicySweepResult.createInterface('FileNet.Api.Sweep.ICmPolicySweepResult'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: ClassDefinition
IsDependent: false
IsHidden: true
Name: Id
Searchable: true
StorageType: ObjectStore
SuperclassName: CmSweepResult