Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public const BLOB_READ_AHEAD_SIZE As String = "BlobReadAheadSize"
C#
public const string BLOB_READ_AHEAD_SIZE = "BlobReadAheadSize";
C++
public:
 const String BLOB_READ_AHEAD_SIZE = L"BlobReadAheadSize";
J#
public const string BLOB_READ_AHEAD_SIZE = "BlobReadAheadSize"
JScript
public const BLOB_READ_AHEAD_SIZE : String = "BlobReadAheadSize";

See Also