Maximum time to wait for a response that returns content.
This property is only applicable when used with Content Platform Engine
Content Cache, which implements the timeout mechanism.
The content cache will return an error
if the timeout is exceeded while continuing to populate the requested
content in its cache.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property RetrievalTimeout As Nullable(Of Integer) |
C# |
---|
Nullable<int> RetrievalTimeout { get; set; } |
Visual C++ |
---|
property Nullable<int> RetrievalTimeout { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_retrievalTimeout(); function set_retrievalTimeout(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ