referenceType property

String? referenceType
getter/setter pair

Describes what the field reference contains. Possible string values are:

  • "PATH" : Reference contains a GFS path or a local path.
  • "BLOB_REF" : Reference points to a blobstore object. This could be either a v1 blob_ref or a v2 blobstore2_info. Clients should check blobstore2_info first, since v1 is being deprecated.
  • "INLINE" : Data is included into this proto buffer
  • "BIGSTORE_REF" : Reference points to a bigstore object
  • "COSMO_BINARY_REFERENCE" : Indicates the data is stored in cosmo_binary_reference.

Implementation

core.String? referenceType;