Indicates the size of batch used for deletion of audited events that are ready for disposition.
Enter a value between 10 and 1000 inclusive. The default is 100.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property AuditDispositionBatchSize As Nullable(Of Integer) |
C# |
---|
Nullable<int> AuditDispositionBatchSize { get; set; } |
Visual C++ |
---|
property Nullable<int> AuditDispositionBatchSize { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_auditDispositionBatchSize(); function set_auditDispositionBatchSize(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 100
PropertyMaximumInteger32: 1000
PropertyMinimumInteger32: 10
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ