AFAIK,
If it’s only a single record, the unique data is just the single record of 2KB.
If there are 100 records, all with different keys, but same data, the unique data count would be 2KB*100.
Given an average record size of x, you can consider your unique data size to be x*number of records.