Data Types
Text Data Type
Working with string data in WaveAssist
Overview
Strings are the most basic data type in WaveAssist. They can store text data, configuration values, or any other string-based information.
Storing Strings
String Limitations
- Maximum length: 1MB
- Encoding: UTF-8
- Supports all Unicode characters
Best Practices
- Use descriptive keys
- Consider string encoding
- Handle special characters properly
- Validate string length before storing