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:
  • 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).

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

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also