次の方法で共有


CopyOptions.PreserveSMBAttributes プロパティ

定義

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

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

プロパティ値

適用対象