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.Volumepublic string MountType { get; init; }The name of the volume. Can be
null if the mount is an anonymous volume.public string? Source { get; init; }