Data records are the basis of what makes TozStore. You can store any data you'd like as part of these record structures and work much like a NoSQL store. However, there are some key differences you should consider when developing your application. Records are stored with a record type which is a string value provided at write time which helps you group your data. Record types are essentially a way to represent a collection of certain kinds of records.