#pragma namespace("\\\\.\\root\\default") instance of __namespace{ name="ms_804";}; #pragma namespace("\\\\.\\root\\default\\ms_804") [AMENDMENT, LOCALE(0x0804)] class MSFT_FileDirectoryConfiguration : OMI_BaseResource { [Key,Description("要在目标节点上复制或创建的文件名和路径。") : Amended] string DestinationPath; [Description("定义如何评估目标文件的存在。") : Amended] string Ensure; [Description("要确定的文件/文件夹类型。默认值为“文件”") : Amended] string Type; [Description("要从中复制内容的文件的名称和路径。") : Amended] string SourcePath; [Description("包含字符串形式的文件内容。若要创建空文件,内容必须包含空字符串。内容使用 UTF-8 字符编码进行写入和比较。") : Amended] string Contents; [Description("确定两个文件是否相同时要使用的校验和类型。") : Amended] string Checksum; [Description("递归所有子目录") : Amended] boolean Recurse; [Description("执行文件操作(即使该操作会破坏内容文件或目录)。") : Amended] boolean Force; [Description("用于访问远程资源的凭据。") : Amended] string Credential; [Description("创建日期") : Amended] datetime CreatedDate; [Description("修改日期") : Amended] datetime ModifiedDate; [Description("文件/目录的属性") : Amended] string Attributes[]; [Description("文件的大小。") : Amended] uint64 Size; [Description("子文件夹和文件(如果这是一个目录)。") : Amended] string SubItems[]; [Description("始终将 DestinationPath 与 SourcePath 进行比较。默认值为 false,意味着我们将使用已缓存的信息。") : Amended] boolean MatchSource; };