Duplicate |
[DataContractAttribute] public class DuplicateGroupResult
The DuplicateGroupResult type exposes the following members.
| Name | Description | |
|---|---|---|
| DuplicateGroupResult | Initializes a new instance of the DuplicateGroupResult class |
| Name | Description | |
|---|---|---|
| DuplicateGroups | Total number of duplicate document groups. A group must contain at least 2 documents with same hash (see TotalDocumentsWithSameHashCount). | |
| TotalDocumentsWithSameHashCount | Total count of all documents with same SHA1 hash. The SHA1ContentHash is used if it exists for a document, otherwise the SHA1BinaryHash is used. | |
| TotalDuplicateDocumentCount | Total number of duplicate documents minus the total number of DuplicateGroups. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |