Specifies the date and time when the content data (represented by a
object) associated with this document or annotation was last accessed. The Content Engine stores dates and times using Coordinated Universal Time (UTC). The recording granularity of the date and time returned by this property is determined by the setting of the object store's
property. The content data associated with a document or annotation object is considered to be accessed when one of the following events occur:
- An object's
method is called with the property filter set to refreshRefresh
properties (PropertyContent
).FilteredPropertyType.CONTENT_DATA - An object's
method is called to retrieve content data in an input stream.AccessContentStream
DateContentLastAccessed
property. Note that even if the content data is larger than the user-specified chunk size and multiple trips to the database or cache are required, the DateContentLastAccessed
property will be set only to the date and time that the content data was first accessed. Applications that access content data frequently will cause continual updates of the DateContentLastAccessed
property by the server, which can result in degraded performance. Therefore, it is recommended that you set the ContentAccessRecordingLevel
property to control the frequency that the DateContentLastAccessed
property is updated.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property DateContentLastAccessed As Nullable(Of Date) |
C# |
---|
Nullable<DateTime> DateContentLastAccessed { get; } |
C++ |
---|
property Nullable<DateTime> DateContentLastAccessed abstract { Nullable<DateTime> get(); } |
J# |
---|
/** property */ public Nullable<DateTime> get_DateContentLastAccessed(); |
JScript |
---|
public function get DateContentLastAccessed() : Nullable<DateTime> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: DATE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ