Skip to content
DocsTry Aspire
DocsTry

VolumeSnapshot Properties

RecordProperties4 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; }
SourceSection titled Sourcenullablestring?
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; }