Share via


KeyToPathV1.Mode Property

Definition

Gets or sets the file mode to be applied to the path. Represents optional permissions for the file, expressed as an integer. If not specified, the default mode is utilized.

[YamlDotNet.Serialization.YamlMember(Alias="mode")]
public int? Mode { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="mode")>]
member this.Mode : Nullable<int> with get, set
Public Property Mode As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to