A timestamp indicating when the currently running sweep started.
For a sweep policy or queue sweep that is not currently in progress,
the property is set to null.
For a sweep job, the property remains set to a timestamp value
even after the job has completed.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property SweepStartDate As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> SweepStartDate { get; } |
| Visual C++ |
|---|
property Nullable<DateTime> SweepStartDate { Nullable<DateTime> get (); } |
| JavaScript |
|---|
function get_sweepStartDate(); |
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