Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 813 Bytes

File metadata and controls

25 lines (18 loc) · 813 Bytes

Search-ImageStoreSameFile

Searches all same file records matched with the conditions provided.

Alias: SearchSameFile

Parameters

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.

Return

The list of the records which matches the conditions provided.

Type: List<ImageStoreSameFile>

See also