The minimum number of replicas to which content must be written synchronously during upload. If content cannot be uploaded synchronously to the required number of replicas, the upload fails.

The required number of replicas 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. A smaller number increases the likelihood that the document will be successfully saved if a device failure occurs.

See Replication configuration.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also