public sealed class EmptyDirVolumeSource : IMessage<EmptyDirVolumeSource>, IEquatable<EmptyDirVolumeSource>, IDeepCloneable<EmptyDirVolumeSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class EmptyDirVolumeSource.
In memory (tmpfs) ephemeral storage.
It is ephemeral in the sense that when the sandbox is taken down, the data is
destroyed with it (it does not persist across sandbox runs).
public EmptyDirVolumeSource.Types.Medium Medium { get; set; }
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eEmptyDirVolumeSource\u003c/code\u003e class within the Cloud Run Admin v2 API, specifically in the .NET context.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEmptyDirVolumeSource\u003c/code\u003e represents ephemeral, in-memory storage (tmpfs) that is destroyed when the sandbox is taken down, and does not persist.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEmptyDirVolumeSource\u003c/code\u003e class offers two properties: \u003ccode\u003eMedium\u003c/code\u003e, which specifies the storage medium (currently only memory), and \u003ccode\u003eSizeLimit\u003c/code\u003e, which defines the storage limit for the volume, with the default being no defined limit.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is 2.13.0, and the page includes links to documentation for various versions, ranging from 1.0.0-beta02 up to 2.13.0, with the user context being version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEmptyDirVolumeSource\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, and has inherited members such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]