ResourceFile.FileMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定八進位格式的檔案許可權模式屬性。
[Newtonsoft.Json.JsonProperty(PropertyName="fileMode")]
public string FileMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fileMode")>]
member this.FileMode : string with get, set
Public Property FileMode As String
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute
備註
此屬性僅適用于下載至 Linux 計算節點的檔案。 如果針對將下載至 Windows 節點的 resourceFile 指定,則會忽略它。 如果未為 Linux 節點指定此屬性,則會將預設值 0770 套用至檔案。