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 8593163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:55:34+00:00 2026-06-11T23:55:34+00:00

Possible Duplicate: How to model many blobs for an object? I have a datastore

  • 0

Possible Duplicate:
How to model many blobs for an object?

I have a datastore model called Location and I would like users to be able to upload a multitude of images relating to that location. I know that I can reference those images from the Blobstore using the BlobReferenceProperty but how can I reference a lot of these properties without creating many more attributes?

Can I create a list of them or make a list property of BlobReferenceProperties?

  • 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-06-11T23:55:35+00:00Added an answer on June 11, 2026 at 11:55 pm

    As with any basic datastore supported type, you can use a ListProperty of BlobKey.

    blobRefs = db.ListProperty(blobstore.BlobKey)
    

    Please note:

    1. List properties retain order. This is quite useful in some situations.
    2. Whole list gets serialized and stored inside the entity. There is no way to just get a part of it.
    3. If property is indexed, then every entity will get it’s own entry in index (or two if you index for ascending and descending). There can be a max of 5000 index entries per entity.
    4. It you create a compound index with two list properties in this will lead to exploding indexes.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: If I have two tables in SQL with a many-many relationship, do
Possible Duplicate: Error : get property of non-object I am new to codeigniter model,
Possible Duplicate: Model relationships in ASP.NET MVC I have two tables. one is Country
Possible Duplicate: Combine two Arrays into Hash I have an model which stores key
Possible Duplicate: using razor within javascript I would like to place a siimple value
Possible Duplicate: rails many to many self join I have a problem that I
Possible Duplicate: Associated model is not saving data when page is refreshed I have
Possible Duplicate: Backbone.js partial model update I have system where I have to download
Possible Duplicate: get python class parent(s) I have a: class Animal(models.Model): pass class Cat(Aminal):
Possible Duplicate: Django dynamic model fields Good Morning guys! Scenario is the following. For

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.