SearchAnalyticsJobBase properties

The SearchAnalyticsJobBase type exposes the following members.

Properties

  Name Description
Protected property CompletedRuns Gets or sets a Int64 value that keeps track of the view this analytics job has, of completed analysis runs. This property indicates if a new analysis is complete. (Inherited from AnalyticsJobBase.)
Protected property CurrentRunTime Gets or sets a DateTime value, holding the start time of the current run in progress. When the run is completed, this value will replace LastRunTime.
Protected property DbIsAvailable Gets or sets a Boolean value denoting if the Link database is available or not.
Public property Description Gets the localized description of the analysis job definition as a String (Inherited from AnalyticsJobBase.)
Public property DisplayName (Inherited from SPPersistedObject.)
Public property Farm (Inherited from SPPersistedObject.)
Public property GetNextRunStartTime Gets the time for when the next analysis job is scheduled to run. (Inherited from AnalyticsJobBase.)
Public property Id (Inherited from SPPersistedObject.)
Protected property IsDirty Gets or sets a Boolean that indicates if the state of the timer job object has changed. (Inherited from AnalyticsJobBase.)
Public property JobScheduleDisabled Gets or sets a Boolean value to enable or disable analysis job scheduling. (Inherited from AnalyticsJobBase.)
Protected property LastRunTime Gets or sets a DateTime value, holding the start time of last analysis job run that was successful.
Protected property LastSuccessfulAnalysisRun Gets or sets a DateTime value, holding the timestamp of the last analysis job that was completed successfully.
Protected property LocalUlsLogSourceName Gets or sets a String value to be used in ULS events.
Public property Name (Inherited from SPPersistedObject.)
Protected property NextScheduledRun Gets or sets a DateTime value, holding the time of next analysis run scheduled. (Overrides AnalyticsJobBase.NextScheduledRun.)
Protected property NumFailed Gets or sets an integer value, holding the number of analyses that have failed repeatedly.
Public property Parent (Inherited from SPPersistedObject.)
Public property Properties (Inherited from SPPersistedObject.)
Public property Status (Inherited from SPPersistedObject.)
Public property TypeName (Inherited from SPPersistedObject.)
Protected property UlsPrefix Gets a String value used to prefix ULS log messages. (Inherited from AnalyticsJobBase.)
Public property UpgradedPersistedProperties (Inherited from SPAutoSerializingObject.)
Public property Version (Inherited from SPPersistedObject.)
Protected property WasCreated (Inherited from SPPersistedObject.)

Top

See also

Reference

SearchAnalyticsJobBase class

Microsoft.Office.Server.Search.Analytics namespace