MSFT_DfsrReplicatedFolderInfo class
This class provides statistical and operational information for each replicated folder hosted on the local computer.
Syntax
[ClassVersion("1.0.0"), dynamic, provider("DfsrWMIV2"), AMENDMENT]
class MSFT_DfsrReplicatedFolderInfo
{
string ReplicatedFolderGuid;
string ReplicatedFolderName;
string ReplicationGroupGuid;
string ReplicationGroupName;
string MemberGuid;
string MemberName;
datetime LastConflictCleanupTime;
datetime LastTombstoneCleanupTime;
uint32 CurrentStageSizeInMb;
uint32 CurrentConflictSizeInMb;
uint8 State;
uint32 LastErrorCode;
uint32 LastErrorMessageId;
};
Members
The MSFT_DfsrReplicatedFolderInfo class has these types of members:
Methods
The MSFT_DfsrReplicatedFolderInfo class has these methods.
| Method | Description |
|---|---|
| CleanupConflictDirectory |
Starts the Conflict and Deleted folder cleanup process. |
| Fence |
Applies a fence to a specific file or folder. |
| GetOutboundBacklogFileCount |
Retrieves the number of files scheduled to be replicated to an outbound partner given its version vector. |
| GetOutboundBacklogFileIdRecords |
Retrieves the list of files that are scheduled to be replicated to the outbound partner given its version vector. |
| GetStatus |
This method is reserved for system use. |
| GetVersionVector |
Retrieves the current version vector chain of this member. |
Properties
The MSFT_DfsrReplicatedFolderInfo class has these properties.
- CurrentConflictSizeInMb
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: Units ("MB"), DisplayName ("Current Conflict and Deleted Folder Size in MB")
The current size of the Conflict and Deleted folder, in MB.
- CurrentStageSizeInMb
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: Units ("MB"), DisplayName ("Current Staging Folder Size in MB")
The current size of the staging folder, in MB.
- LastConflictCleanupTime
-
- Data type: datetime
- Access type: Read-only
- Qualifiers: DisplayName ("Last Conflict Cleanup Time")
The last time the conflict cleanup process ran on this replicated folder.
- LastErrorCode
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Last Error Code")
The last error code.
- LastErrorMessageId
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Last Error Message ID")
The event log message identifier that corresponds to the last error code.
- LastTombstoneCleanupTime
-
- Data type: datetime
- Access type: Read-only
- Qualifiers: DisplayName ("Last Tombstone Cleanup Time")
The last time the tombstone cleanup process ran on this replicated folder.
- MemberGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: MaxLen (36), MinLen (36), DisplayName ("Member GUID")
The GUID of the member that hosts this replicated folder.
- MemberName
-
- Data type: string
- Access type: Read-only
- Qualifiers: DisplayName ("Member Name")
The name of the member that hosts this replicated folder.
- ReplicatedFolderGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: key, MaxLen (36), MinLen (36), DisplayName ("Replicated Folder GUID")
The identifier of the local replicated folder.
- ReplicatedFolderName
-
- Data type: string
- Access type: Read-only
- Qualifiers: DisplayName ("Replicated Folder Name")
The friendly name of the replicated folder. The name is not required to be unique.
- ReplicationGroupGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: MaxLen (36), MinLen (36), DisplayName ("Replication Group GUID")
The unique replication group identifier.
- ReplicationGroupName
-
- Data type: string
- Access type: Read-only
- Qualifiers: DisplayName ("Replication Group Name")
The name of the replication group that contains this replicated folder.
- State
-
- Data type: uint8
- Access type: Read-only
- Qualifiers: DisplayName ("Replicated Folder State")
The current replicated folder state for this member.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Namespace |
Root\Microsoft\Windows\Dfsr |
|
MOF |
|
|
DLL |
|
See also