Share via


Volume.Target Property

Definition

Gets or sets the target path inside the container where the volume is mounted. This specifies the container ___location for the volume's data.

[YamlDotNet.Serialization.YamlMember(Alias="target")]
public string? Target { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="target")>]
member this.Target : string with get, set
Public Property Target As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to