Aerospike License : Not clear about definition of UNIQUE Data

Hello, Can you please clarify what do you mean by Unique Data. Lets consider I have a record of 2 KB in size. I have a primary key of 5 Bytes.

I create 2 secondary indexes on datatype string, and datatype Date. Lets say I create 100 records of this kind. Whats unique data in this case

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.