SPQueryUsageEntry Members
Include Protected Members
Include Inherited Members
Captures SQL query usage data logged for timer jobs.
The SPQueryUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPQueryUsageEntry | Initializes a new instance of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] class. |
Top
Properties
Name | Description | |
---|---|---|
BrowserCulture | Culture setting for the browser (such as “en-US”). | |
BrowserSessionId | Web session identifier for this browser connection. | |
ContextualScopeName | Scope name of the query usage entry within the namespace context. | |
ContextualScopeUrl | Contextual scope URL property. | |
CorrelationId | (Inherited from SPUsageEntry.) | |
CustomData | Custom data property. | |
DidYouMeanInvoked | Indicates whether the intended action was “Invoked”. | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
MachineName | (Inherited from SPUsageEntry.) | |
NumBestBets | Number of best bets for the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] object. | |
Origin | Origin of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. | |
ParentType | Query type of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
QueryId | Unique identifier of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. | |
QueryString | Query string member function of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. | |
QueryStringLanguage | Query string language of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. | |
QueryTime | Query time member of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] object. | |
QueryType | Query type of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. | |
SampleRate | Sample rate member of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] object. | |
ScopeName | Scope name of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry]. | |
SearchSvcAppId | A unique search service application identifier for the [Microsoft.SharePoint.Administration.SPQueryUsageEntry]. | |
SearchSvcFarmId | A unique search service farm identifier for the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] object. | |
SiteId | Unique site identifier for this [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
Timestamp | Gets or sets a timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.) | |
TimestampUtc | Gets or sets a UTC timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.) | |
TotalPages | Total number of pages of this [Microsoft.SharePoint.Administration.SPQueryUsageEntry] site | |
TotalResults | Total results of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) | |
UserDepartment | User department of this [Microsoft.SharePoint.Administration.SPQueryUsageEntry]. | |
UserId | User identifier associated with this [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. | |
UserTitle | User title associated with this [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. | |
WebId | A unique Web identifier of this [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISerializableUsageEntry.GetObjectData | Populates a [Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo] object with the data needed to serialize the target object. |
Top