Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

ContainerFileSystemItem

Classabstractnet10.0
📦 Aspire.Hosting v13.5.4
Represents a base class for file system entries in a container.
namespace Aspire.Hosting.ApplicationModel;
public abstract class ContainerFileSystemItem
{
// ...
}
Exported to ATS as an opaque handle type. Polyglot AppHosts never construct or inspect these directly; they create concrete entries through the factory methods on ContainerFileSystemCallbackContext and pass the resulting handles back via the callback.
View all properties