Specifies the frequency of recording updates to the
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
DateContentLastAccessed
property (that is, the time of the last content access). Recording frequency can be none, immediate, hourly, or daily. ![]() |
---|
Enabling content access recording (that is, setting to an option other than "None") impacts system performance. The more frequent the updates to the property, the greater the impact is to the system. |
The
property on a document or annotation is updated based on the value of a given object store's
property. The update occurs whenever content on a
object on the document or annotation is accessed. Content on a
object is considered accessed when:
- "Content" is included in the property filter of a document or annotation during refresh. In this case, the
property is updated during the refresh.DateContentLastAccessed - "Content" is not included in the property filter, but
is called to retrieve the content. In this case, theDocument.accessContentStream
property is updated during the content access operation (via theDateContentLastAccessed
method).AccessContentStream
![]() |
---|
Even if the content is larger than the specified chunk size (default or user-specified) and multiple trips to the database or cache are performed, the property is set to the time when the content is first accessed. |
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ContentAccessRecordingLevel As ContentAccessRecordingLevel |
C# |
---|
ContentAccessRecordingLevel ContentAccessRecordingLevel { get; set; } |
C++ |
---|
property ContentAccessRecordingLevel ContentAccessRecordingLevel abstract { ContentAccessRecordingLevel get(); void set(ContentAccessRecordingLevel value); } |
J# |
---|
/** property */ public ContentAccessRecordingLevel get_ContentAccessRecordingLevel(); /** property */ public void set_ContentAccessRecordingLevel(ContentAccessRecordingLevel value); |
JScript |
---|
public function get ContentAccessRecordingLevel() : ContentAccessRecordingLevel public function set ContentAccessRecordingLevel(value : ContentAccessRecordingLevel); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: 86400
PropertyMinimumInteger32: -1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ