Try our conversational search powered by Generative AI!

Dynamic User properties

Vote:
 

I have a pet class.

 

Pet Class

{

string name;

DateTime birthday;

string species;

string breed;

}

 

If a user only has 1 pet, then I could just add the pet properties as a user attribute. But in our case, a user can have as many number of pets. What's the most efficient way of storing this user data?

Is it something Itera.Multiproperty can handle?

Currently I'm thinking of just using DDS with a reference user ID.

#52036
Jul 04, 2011 6:11
Vote:
 

I'd use DDS for this have a Pet collection property on the user.

#52043
Jul 04, 2011 12:43
Vote:
 

Thanks Frederik

#52090
Jul 06, 2011 0:43
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.