Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7575675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:44:20+00:00 2026-05-30T16:44:20+00:00

I have the following data structure: [DataServiceEntity] public class User { public string RowKey

  • 0

I have the following data structure:

[DataServiceEntity]
public class User
{
    public string RowKey { get; set; }
    public string PartitionKey { get; set; }
    public DateTime Timestamp { get; set; }

    public AddressValueObject Address { get; set; }
}

[DataServiceEntity]
public class AddressValueObject
{
    public string City { get; set; }
    public string Street { get; set; }
}

Now I’m creating a new instance of the User class and try to persist it into the Windows Azure Table Storage Emulator using following method:

void CreateAndSaveNewUser()
{
    var userInstance = new User
    {
        RowKey = "SomeRowKey",
        PartitionKey = "SomePartitionKey",
        Address = new AddressValueObject
        {
            City = "SomeCity",
            Street = "SomeStreet"
        }
     };

     var tableServiceContext = CloudStorageAccount
                               .DevelopmentStorageAccount
                               .CreateCloudTableClient()
                               .GetDataServiceContext();

     tableServiceContext.AddObject("UserTable", userInstance);

     tableServiceContext.SaveChanges();
}

The problem is now that the AddressValueObject is not serialized correctly.
In the storage there is only one column called AddressValueObject which is emtpy.

No columns for AddressValueObject_City and AddressValueObject_Street are created.

What am I doing wrong? Am I missing some attribute?

Does Azure Table Storage even support referenced ValueObjects??

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:44:21+00:00Added an answer on May 30, 2026 at 4:44 pm

    Simply you cannot do that. The Table Storage is a plain simple table and doesn’t supports complex types. Consequently relations or constraints are not supported.
    As a workaround you may think to store the partition key and the row key of the related object stored in another table.
    If you want to use relations, then the best choice is SQL Azure.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following data structure: public class Person { public string Name{get;set;} public
I have the following data-structure as a class named Task: private: string name; int
I have the following data structure: public class Difference { public Difference() { }
I have the following data set: structure(list(Geschaeft = c(0.0961028525512254, 0.0753516756309475, 0, 0.0722803347280335, 0, 0.000877706260971328),
I have the following data structure (a list of lists) [ ['4', '21', '1',
I have something like the following data structure: Category StartDateTime EndDateTime =============================================== 1 12/1/2009
I have an odd linq subquery issue. Given the following data structure: Parents Children
I have the following casting problem when my data structure sSpecificData contains a field
I have following structure with example data: id season_id title 1 1 Intro 2
If I have a requirement to create a data structure that has the following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.