downloadReadHandle property

String? downloadReadHandle
getter/setter pair

Read handle passed from Bigstore -> Scotty for a GCS download.

This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.

Implementation

core.String? downloadReadHandle;