次の方法で共有


UploadDirectoryOptions.PreserveSMBAttributes プロパティ

定義

アップロード中に SMB 属性を保持するかどうかを示すフラグを取得または設定します。 true に設定すると、移行先の Azure File の属性がソース ローカル ファイルの属性として設定されます。 SMB 属性には、最終書き込み時刻、作成時刻、および FileAttributesが含まれます。 FileAttributes は に CloudFileNtfsAttributes変換され、宛先の Azure File に設定されます。 このフラグは、ローカル ファイルから Azure File Service にアップロードする場合にのみ有効です。 SMB 属性の保持は、Windows でのみサポートされています。

public bool PreserveSMBAttributes { get; set; }
member this.PreserveSMBAttributes : bool with get, set
Public Property PreserveSMBAttributes As Boolean

プロパティ値

適用対象