Specifies the collision avoidance option for an ICenteraFixedContentDevice object. When
creating Centera content, the provider combines this value with FP_OPTION_CLIENT_CALCID_STREAMING
to form the options parameter of FPTag_BlobWrite. There are three possible values:
Namespace:
FileNet.Api.Admin- 0: Use the collision avoidance scheme of the Centera system.
- 64: Override system setting, enable collision avoidance (FP_OPTION_ENABLE_COLLISION_AVOIDANCE).
- 128: Override system setting, disable collision avoidance (FP_OPTION_DISABLE_COLLISION_AVOIDANCE).
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property BlobWriteCollisionsAvoidanceFlag As Nullable(Of Integer) |
C# |
---|
Nullable<int> BlobWriteCollisionsAvoidanceFlag { get; set; } |
Visual C++ |
---|
property Nullable<int> BlobWriteCollisionsAvoidanceFlag { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_blobWriteCollisionsAvoidanceFlag(); function set_blobWriteCollisionsAvoidanceFlag(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 128
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ