Skip to content
Docs Try Aspire

VolumeSnapshot Properties

Record Properties 4 members
A snapshot of a volume, mounted to a container.
Whether the volume mount is read-only or not.
public bool IsReadOnly { get; init; }
Gets the mount type, such as VolumeMountType.Bind or VolumeMountType.Volume
public string MountType { get; init; }
Source Section titled Source nullable string?
The name of the volume. Can be null if the mount is an anonymous volume.
public string? Source { get; init; }
The target of the mount.
public string Target { get; init; }