We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related: #566
When an entity property value is larger than a specified maximum size (e.g. 4096), we should truncate the value.
Example:
const newEntityPropertyVal = truncateEntityPropertyValue('abc123');
The text was updated successfully, but these errors were encountered:
c6c88f6
Merge pull request #568 from JupiterOne/567-truncate-val
5b9dd98
Fixes #567 - Add utility function that truncates an entity property value
austinkelleher
No branches or pull requests
Related: #566
When an entity property value is larger than a specified maximum size (e.g. 4096), we should truncate the value.
Example:
The text was updated successfully, but these errors were encountered: