ShareDirectoryCreateOptions.PropertySemantics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)