The batch size for inbound replication processing on this server.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also