The number of content queue items to be resolved using a single delete statement, when a batch is resolved in chunks.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property PartialResolutionChunkSize As Nullable(Of Integer)
C#
Nullable<int> PartialResolutionChunkSize { get; set; }
C++
property Nullable<int> PartialResolutionChunkSize abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_PartialResolutionChunkSize();

/** property */
public void set_PartialResolutionChunkSize(Nullable<intvalue);
JScript
public function get PartialResolutionChunkSize() : Nullable<int>

public function set PartialResolutionChunkSize(value : Nullable<int>);

Remarks

See Also