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)
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
Valuetype isStringValue. How can I store aTextvalue? I was consideringBlob, but that's actually its own, separate type in Datastore (according to the Entity Property Reference)