Indicates the number of records selected for deletion that satisfy an object store's disposition policy rules and its lowest-valued audit bookmark. Enter a value between 1 and 1000 inclusive. The default is 100. For more efficient dispostion of audit records, enter a value that's at least the size of AuditDispositionBatchSize.

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

ToggleSyntax

Visual Basic (Declaration)
Property AuditDispositionQuerySize As Nullable(Of Integer)
C#
Nullable<int> AuditDispositionQuerySize { get; set; }
Visual C++
property Nullable<int> AuditDispositionQuerySize {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_auditDispositionQuerySize();
function set_auditDispositionQuerySize(value);

ToggleRemarks

ToggleSee Also