Searches all same file records matched with the conditions provided.
Alias: SearchSameFile
| Name | Type | Description | Optional |
|---|---|---|---|
| Sha1Hash | byte[] | Filters records by using file hashing result. | Yes |
| IncludesIgnored | switch | Includes records marked as ignored. | - |
| OnlyIgnored | switch | Returns only ignored records. | - |
| IncludesObsoleted | switch | Includes records from the same file groups which have only one record. | - |
From Pipeline: Sha1Hash
Conditions will be ignored if not provided or set as null.
The list of the records which matches the conditions provided.
Type: List<ImageStoreSameFile>