Skip to content

Client Datastore API: writing "Text" values #1325

Description

@mitchhentges

Hello again!

According to the App Engine Entity Property Reference, there's a "Text" data type which allows Strings up to 1MB.

However, with the Client Datastore, the only text-related Value type is StringValue. How can I store a Text value? I was considering Blob, but that's actually its own, separate type in Datastore (according to the Entity Property Reference)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions