Condividi tramite


ShareDirectoryCreateOptions.PropertySemantics Property

Definition

Optional, only applicable to SMB directories. How attributes and permissions should be set on the file. New: automatically adds the ARCHIVE file attribute flag to the file and uses Windows create file permissions semantics (ex: inherit from parent). Restore: does not modify file attribute flag and uses Windows update file permissions semantics. If Restore is specified, the file permission must also be provided, otherwise PropertySemantics will default to New.

public Azure.Storage.Files.Shares.Models.FilePropertySemantics? PropertySemantics { get; set; }
member this.PropertySemantics : Nullable<Azure.Storage.Files.Shares.Models.FilePropertySemantics> with get, set
Public Property PropertySemantics As Nullable(Of FilePropertySemantics)

Property Value

Applies to