Microsoft.Windows.FileServer.DFSR.ServiceDFS 複寫服務

Microsoft.Windows.FileServer.DFSR.Service (ClassType)

此類別代表的 DFS 複寫服務設定設定是位於受監視的電腦。

Knowledge Base article:

摘要

此類別代表的 DFS 複寫服務設定設定是位於受監視的電腦。許多服務範圍內的設定設定是透過查詢 DFS 複寫 WMI 類別 DfsrMachineConfig 進行擷取。DFS 複寫服務設定探索規則會設定此類別的執行個體內容。以下為針對此類別定義的內容:

其他

MSDN 上的 DfsrMachineConfig WMI 類別資訊 (http://go.microsoft.com/fwlink/?LinkID=165542)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb9d9318b-730b-ebb8-369f-3463dbfb5c23

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.Windows.FileServer.DFSR.Service:
State  string  服務狀態 受監視電腦上的 DFS 複寫服務的目前狀態。 false 20  False 
DebugLogFilePath  string  偵錯記錄檔 DFS 複寫服務在受監視電腦上儲存其偵錯記錄檔的位置。 false 256  False 
ConflictHighWatermarkPercent  decimal  「因衝突而刪除」高水位線 (\%) 針對受監視電腦上的「因衝突而刪除」目錄所設定的高水位線閾值。 false   
ConflictLowWatermarkPercent  decimal  「因衝突而刪除」低水位線 (\%) 針對受監視電腦上的「因衝突而刪除」目錄所設定的低水位線閾值。 false   
StagingHighWatermarkPercent  decimal  「暫存區域」高水位線 (\%) 針對受監視電腦上的「暫存區域」目錄所設定的高水位線閾值。 false   
StagingLowWatermarkPercent  decimal  「暫存區域」低水位線 (\%) 針對受監視電腦上的「暫存區域」目錄所設定的低水位線閾值。 false   
IsVirtualNode  string  虛擬節點 定義服務是否為虛擬節點 false 10  False 
IsRoDriverLoaded  string  已載入 RO 驅動程式 定義是否已載入 DFSR RO 驅動程式 false 10  False 
OSVersion  string  作業系統版本 伺服器的作業系統版本 false 256  False 
OSName  string  作業系統名稱 伺服器的作業系統名稱 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSR.Service" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="State" Type="string" Key="false" CaseSensitive="false" Length="20" MinLength="0"/>
<Property ID="DebugLogFilePath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ConflictHighWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
<Property ID="ConflictLowWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
<Property ID="StagingHighWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
<Property ID="StagingLowWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
<Property ID="IsVirtualNode" Type="string" Key="false" CaseSensitive="false" Length="10" MinLength="0"/>
<Property ID="IsRoDriverLoaded" Type="string" Key="false" CaseSensitive="false" Length="10" MinLength="0"/>
<Property ID="OSVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OSName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>