Indicates the last record processed in the audit log (Event table), specified by the record's identity sequence number.
Upon completion of processing the audit log, a client should retrieve the CmAuditSequence
property on the event object, and set the value on the LastProcessed property.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property LastProcessed As Nullable(Of Double) |
| C# |
|---|
Nullable<double> LastProcessed { get; set; } |
| Visual C++ |
|---|
property Nullable<double> LastProcessed { Nullable<double> get (); void set (Nullable<double> value); } |
| JavaScript |
|---|
function get_lastProcessed(); function set_lastProcessed(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: DOUBLE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ