SPUserProfileADImportUsageEntry members

The usage provider that stores telemetry data for User Profile Active Directory Import feature.

The SPUserProfileADImportUsageEntry type exposes the following members.

Constructors

  Name Description
Public method SPUserProfileADImportUsageEntry() Default constructor.
Public method SPUserProfileADImportUsageEntry([]) Constructor used by the framework to deserialize and populate this object.

Top

Properties

  Name Description
Public property CorrelationId (Inherited from SPUsageEntry.)
Public property DcName Name of DC from which objects were imported.
Public property ExportAdds Count of objects that were added during export to Profile Database.
Public property ExportDeletes Count of objects that were deleted during export to Profile Database.
Public property ExportUpdates Count of objects that were updated during export to Profile Database.
Public property FarmId The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.)
Public property ImportDefragCount Number of times indexes were defragged during import.
Public property ImportEndTime Date/time when import ended.
Public property ImportFailureCount Count of objects that failed to import using LDAP DirSync.
Public property ImportIgnoredCount Count of objects there were ignored during import using LDAP DirSync.
Public property ImportMaxDefragTime Maximum time (in milliseconds) spent defragging.
Public property ImportStartTime Date/time when import started.
Public property ImportSuccessCount Count of objects that were successfully imported using LDAP DirSync.
Public property ImportTimeSpentInDefrag Time (in milliseconds) spent defragging indexes for better import throughput.
Public property ImportTimeSpentInDirectory Time (in milliseconds) spent importing using LDAP DirSync.
Public property ImportTimeSpentInProfile Time (in milliseconds) spent exporting data imported using LDAP DirSync to Profile Database.
Public property MachineName (Inherited from SPUsageEntry.)
Public property Message1 First exception message encountered during import.
Public property Message2 Second exception message encountered during import.
Public property Message3 Third exception message encountered during import.
Public property Message4 Fourth exception message encountered during import.
Public property Message5 Fifth exception message encountered during import.
Public property Message6 Sixth exception message encountered during import.
Public property Message7 Seventh exception message encountered during import.
Public property Message8 Eighth exception message encountered during import.
Public property NumOUs Number of OUs in the Profile Database at the conclusion of import.
Public property NumTenants Number of tenants in the Profile Database at the conclusion of import.
Public property ParentInstanceName (Inherited from SPUsageEntry.)
Public property ParentType The Type of the derived SPUsageDefinition object that is associated with this Usage entry (Overrides SPUsageEntry.ParentType.)
Public property ParentTypeGuid (Inherited from SPUsageEntry.)
Public property RetryFailureCount Count of objects that failed to import using LDAP individual query.
Public property RetryIgnoredCount Count of objects there were ignored during import using LDAP individual query.
Public property RetrySuccessCount Count of objects that were successfully imported using LDAP individual query.
Public property RetryTimeSpentInDirectory Time (in milliseconds) spent importing using LDAP individual query..
Public property RetryTimeSpentInProfile Time (in milliseconds) spent exporting data imported using LDAP individual query to Profile Database.
Public property SiteSubscriptionId Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.)
Public property TerminationCode Termination code representing whether import succeeded. 0 = completed 1 = paused 2 = failure during LDAP DirSync import 3 = failure during LDAP individual query import
Public property Timestamp Gets or sets a timestamp for the occurrence of this entry. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPUsageEntry.)
Public property TimestampUtc Gets or sets a UTC timestamp for the occurrence of this entry. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPUsageEntry.)
Public property TotalGroupsImported Number of imported groups in the Profile Database at the conclusion of import.
Public property TotalGroupsInDB Number of groups in the Profile Database at the conclusion of import.
Public property TotalUsersImported Number of imported users in the Profile Database at the conclusion of import.
Public property TotalUsersInDB Number of users in the Profile Database at the conclusion of import.
Public property User Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.)

Top

Methods

  Name Description
Public method AddMessage Adds specified error message to the usage data. Only first 8 error messages are stored.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetBaseObjectData (Inherited from SPUsageEntry.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ISerializableUsageEntry.GetObjectData

Top

See also

Reference

SPUserProfileADImportUsageEntry class

Microsoft.SharePoint.Administration namespace