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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 1
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ