UsageAnalyticsJobDefinition members

Handles analysis for usage analytics, which is an analysis of how users interact with search results.

The UsageAnalyticsJobDefinition type exposes the following members.

Constructors

  Name Description
Public method UsageAnalyticsJobDefinition Creates an instance of UsageAnalyticsJobDefinition. This constructor is required for deserialization and is used for recreating a SPPersistedObject object based on data that already exists.

Top

Properties

  Name Description
Public property CanRenameOnRestore (Inherited from SPJobDefinition.)
Public property CanSelectForBackup (Inherited from SPJobDefinition.)
Public property CanSelectForRestore (Inherited from SPJobDefinition.)
Public property Description Gets the localized description of the job definition as a String. (Overrides SPJobDefinition.Description.)
Public property DiskSizeRequired (Inherited from SPJobDefinition.)
Public property DisplayName Gets the localized name of the analysis job definition as a String. (Overrides SPJobDefinition.DisplayName.)
Public property EnableBackup (Inherited from SPJobDefinition.)
Public property Farm (Inherited from SPPersistedObject.)
Public property HistoryEntries (Inherited from SPJobDefinition.)
Public property Id (Inherited from SPPersistedObject.)
Public property IsDisabled (Inherited from SPJobDefinition.)
Public property LastRunTime (Inherited from SPJobDefinition.)
Public property LockType (Inherited from SPJobDefinition.)
Public property Name (Inherited from SPPersistedObject.)
Public property Parent (Inherited from SPPersistedObject.)
Public property Properties (Inherited from SPPersistedObject.)
Public property RecommendationsSecurityTrimmingEnabled Controls security trimming of the recommendedfor queries.
Public property Retry (Inherited from SPJobDefinition.)
Public property Schedule (Inherited from SPJobDefinition.)
Public property Server (Inherited from SPJobDefinition.)
Public property Service (Inherited from SPJobDefinition.)
Public property Status (Inherited from SPPersistedObject.)
Public property Title (Inherited from SPJobDefinition.)
Public property TypeName (Inherited from SPPersistedObject.)
Public property UpdateRelationShipCacheThreshold Gets or sets an integer value that specifies the number of days to aggregate raw usage events used when updating recommendations, which is the output produced by usage analytics.
Public property UpgradedPersistedProperties (Inherited from SPAutoSerializingObject.)
Public property VerboseTracingEnabled (Inherited from SPJobDefinition.)
Public property Version (Inherited from SPPersistedObject.)
Protected property WasCreated (Inherited from SPPersistedObject.)
Public property WebApplication (Inherited from SPJobDefinition.)

Top

Methods

  Name Description
Public method AddBackupObjects (Inherited from SPJobDefinition.)
Public method ClearAnalysis Clears the analysis cache, which must be in the stopped or failed state before its cache can be cleared.
Public method Clone (Inherited from SPPersistedObject.)
Public method Delete (Inherited from SPJobDefinition.)
Public method DisableTimerjobSchedule Disables the timer job from being scheduled.
Public method EnableTimerjobSchedule Enables the timer job for scheduling.
Public method Equals (Inherited from SPPersistedObject.)
Public method Execute Performs analysis lifecycle tasks. Attempts to start the usage analysis when it is time to do so. (Overrides SPJobDefinition.Execute(Guid).)
Protected method Finalize (Inherited from Object.)
Public method GetAnalysisConfiguration Gets the configuration settings for the current analysis job.
Public method GetAnalysisInfo Gets analysis information for the current analysis.
Public method GetChild<T>() (Inherited from SPPersistedObject.)
Public method GetChild<T>(String) (Inherited from SPPersistedObject.)
Public method GetHashCode (Inherited from SPPersistedObject.)
Public method GetObjectData (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method HasAdditionalUpdateAccess (Inherited from SPPersistedObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnAbort (Inherited from SPJobDefinition.)
Public method OnBackup (Inherited from SPJobDefinition.)
Public method OnBackupComplete (Inherited from SPJobDefinition.)
Protected method OnDeserialization (Inherited from SPPersistedObject.)
Public method OnPostRestore (Inherited from SPJobDefinition.)
Public method OnPrepareBackup (Inherited from SPJobDefinition.)
Public method OnPreRestore (Inherited from SPJobDefinition.)
Public method OnRestore (Inherited from SPJobDefinition.)
Public method Provision (Inherited from SPPersistedObject.)
Public method RefreshAnalysisConfiguration Refreshes the configuration settings for the current analysis by reloading the configuration settings from where it was stored previously.
Public method ResumeAnalysis Resumes the analysis which must in the paused state.
Public method RunNow (Inherited from SPJobDefinition.)
Public method SetDailyAnalysisScheduleHour Sets the hour component of the daily time schedule for usage analytics. Valid values are between 0 and 23.
Public method SetDayOffset Sets an offset (in hours) from local time that specifies the start of the day. Valid values are between -23 and 23.
Public method SetRefeedToSearchIndexOnNextRun Set this parameter to indicate that the RefeedFromCache flag should be set before the next analysis job run.
Public method StartAnalysis() Starts the analysis if it is either in the stopped or the failed state.
Public method StartAnalysis(String) Starts the analysis if it is not running already.
Public method StopAnalysis Stops the analysis, which must be in the running or the paused state.
Public method SuspendAnalysis Suspends the analysis, which must be in the running state.
Public method ToString (Inherited from SPPersistedObject.)
Public method Uncache (Inherited from SPPersistedObject.)
Public method Unprovision (Inherited from SPPersistedObject.)
Public method Update() (Inherited from SPJobDefinition.)
Public method Update(Boolean) (Inherited from SPPersistedObject.)
Protected method UpdateParent (Inherited from SPAutoSerializingObject.)
Public method UpdateProgress (Inherited from SPJobDefinition.)
Protected method Validate (Inherited from SPJobDefinition.)

Top

See also

Reference

UsageAnalyticsJobDefinition class

Microsoft.Office.Server.Search.Analytics namespace