Enhancement: Needs ExcludeFromHistory property, for fields.
See original GitHub issueWhen recording history, there are fields that I don’t want their real data recorded in history. These are like Personal Identifying data, or passwords (even after being hashed).
Though making this an extension method that would work in the OnModelCreating call, it would also be nice to see it as an attribute for the model fields themselves.
[ExcludeFromHistory(ReplacementValue="")]
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Define Advanced Properties for a Field - Cherwell Help
Use the Advanced page in the Field Properties window to define database options, ... Select this check box to exclude the Field from...
Read more >Add/Edit Attribute dialog box - ITOM Practitioner Portal
Select to exclude this attribute from History storage. Password, When this option is selected, the attribute value appears as asterisks (a ...
Read more >[GA4] Add a Google Analytics 4 property (to a site that ...
To see historical data, use the reports in your UA property. Create a GA4 property. To use the GA4 Setup Assistant, you need...
Read more >Page Properties Report Macro
The Page Properties and Page Properties Report macro work together to enable you to show summary information from one page on another page....
Read more >PDF properties and metadata, Adobe Acrobat
In Adobe Acrobat, follow these steps to view, create, edit, or add a description to document properties or to view object data and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
When release new version, this should be supported.
Good idea, this is a real requirement. You can PR for this or I will done this in next release.