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 | |
---|---|---|
SPUserProfileADImportUsageEntry() | Default constructor. | |
SPUserProfileADImportUsageEntry([]) | Constructor used by the framework to deserialize and populate this object. |
Top
Properties
Name | Description | |
---|---|---|
CorrelationId | (Inherited from SPUsageEntry.) | |
DcName | Name of DC from which objects were imported. | |
ExportAdds | Count of objects that were added during export to Profile Database. | |
ExportDeletes | Count of objects that were deleted during export to Profile Database. | |
ExportUpdates | Count of objects that were updated during export to Profile Database. | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
ImportDefragCount | Number of times indexes were defragged during import. | |
ImportEndTime | Date/time when import ended. | |
ImportFailureCount | Count of objects that failed to import using LDAP DirSync. | |
ImportIgnoredCount | Count of objects there were ignored during import using LDAP DirSync. | |
ImportMaxDefragTime | Maximum time (in milliseconds) spent defragging. | |
ImportStartTime | Date/time when import started. | |
ImportSuccessCount | Count of objects that were successfully imported using LDAP DirSync. | |
ImportTimeSpentInDefrag | Time (in milliseconds) spent defragging indexes for better import throughput. | |
ImportTimeSpentInDirectory | Time (in milliseconds) spent importing using LDAP DirSync. | |
ImportTimeSpentInProfile | Time (in milliseconds) spent exporting data imported using LDAP DirSync to Profile Database. | |
MachineName | (Inherited from SPUsageEntry.) | |
Message1 | First exception message encountered during import. | |
Message2 | Second exception message encountered during import. | |
Message3 | Third exception message encountered during import. | |
Message4 | Fourth exception message encountered during import. | |
Message5 | Fifth exception message encountered during import. | |
Message6 | Sixth exception message encountered during import. | |
Message7 | Seventh exception message encountered during import. | |
Message8 | Eighth exception message encountered during import. | |
NumOUs | Number of OUs in the Profile Database at the conclusion of import. | |
NumTenants | Number of tenants in the Profile Database at the conclusion of import. | |
ParentInstanceName | (Inherited from SPUsageEntry.) | |
ParentType | The Type of the derived SPUsageDefinition object that is associated with this Usage entry (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
RetryFailureCount | Count of objects that failed to import using LDAP individual query. | |
RetryIgnoredCount | Count of objects there were ignored during import using LDAP individual query. | |
RetrySuccessCount | Count of objects that were successfully imported using LDAP individual query. | |
RetryTimeSpentInDirectory | Time (in milliseconds) spent importing using LDAP individual query.. | |
RetryTimeSpentInProfile | Time (in milliseconds) spent exporting data imported using LDAP individual query to Profile Database. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
TerminationCode | Termination code representing whether import succeeded. 0 = completed 1 = paused 2 = failure during LDAP DirSync import 3 = failure during LDAP individual query import | |
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.) | |
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.) | |
TotalGroupsImported | Number of imported groups in the Profile Database at the conclusion of import. | |
TotalGroupsInDB | Number of groups in the Profile Database at the conclusion of import. | |
TotalUsersImported | Number of imported users in the Profile Database at the conclusion of import. | |
TotalUsersInDB | Number of users in the Profile Database at the conclusion of import. | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) |
Top
Methods
Name | Description | |
---|---|---|
AddMessage | Adds specified error message to the usage data. Only first 8 error messages are stored. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseObjectData | (Inherited from SPUsageEntry.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ISerializableUsageEntry.GetObjectData |
Top