The maximum number of replicas to which content is written synchronously during upload.

The desired number of replicas must be greater than or equal to the required number of replicas, and cannot exceed the number of primary and secondary storage devices associated with the advanced storage area.

A larger number increases the immediate redundancy of the document, but can increase the time required to complete the save transaction.

See Replication configuration.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also