medium property

String? medium
getter/setter pair

The medium on which the data is stored.

Acceptable values today is only MEMORY or none. When none, the default will currently be backed by memory but could change over time. +optional Possible string values are:

  • "MEDIUM_UNSPECIFIED" : When not specified, falls back to the default implementation which is currently in memory (this may change over time).
  • "MEMORY" : Explicitly set the EmptyDir to be in memory. Uses tmpfs.

Implementation

core.String? medium;