The batch size for outbound replication processing on this server.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also