Skip to content

Client Datastore API: writing "Text" values #1325

@mitchhentges

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)

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