Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.15 KB

ImageStoreSameFile.md

File metadata and controls

23 lines (19 loc) · 1.15 KB

ImageStoreSameFile

Represents a record that a file detected to be the same as at least one other file.

Namespace: SecretNest.ImageStore.SameFile

Properties

Name Type Description ReadOnly
Id Guid Record id Yes
Sha1Hash byte[] Sha1 hashing result of this file Yes
FileId Guid Record id of the file related Yes
IsIgnored bool Whether this record is ignored or not No

Note: Ignored record will not be selected by Select-ImageStoreSameFile automatically. If there is only one file left as not ignored in one same file group, the only file will not be selected either.

Cmdlets