DfsrReplicatedFolderInfo class
This class provides statistical and operational information for each replicated folder hosted on the local computer.
Syntax
class DfsrReplicatedFolderInfo : CIM_LogicalElement
{
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 DfsrReplicatedFolderInfo class has these types of members:
Methods
The 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 DfsrReplicatedFolderInfo class has these properties.
- CurrentConflictSizeInMb
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: Units ("MB")
The current size of the Conflict and Deleted folder, in MB.
- CurrentStageSizeInMb
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: Units ("MB")
The current size of the staging folder, in MB.
- LastConflictCleanupTime
-
- Data type: datetime
- Access type: Read-only
The last time the conflict cleanup process ran on this replicated folder.
- LastErrorCode
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: Values (Success) , ValueMap (0)
The last error code.
- LastErrorMessageId
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: Values (Success) , ValueMap (0)
The event log message identifier that corresponds to the last error code.
- LastTombstoneCleanupTime
-
- Data type: datetime
- Access type: Read-only
The last time the tombstone cleanup process ran on this replicated folder.
- MemberGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: MinLen (36) , MaxLen (36)
The GUID of the member that hosts this replicated folder.
- MemberName
-
- Data type: string
- Access type: Read-only
The name of the member that hosts this replicated folder.
- ReplicatedFolderGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: Key, MinLen (36) , MaxLen (36)
The identifier of the local replicated folder.
- ReplicatedFolderName
-
- Data type: string
- Access type: Read-only
The friendly name of the replicated folder. The name is not required to be unique.
- ReplicationGroupGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: MinLen (36) , MaxLen (36)
The unique replication group identifier.
- ReplicationGroupName
-
- Data type: string
- Access type: Read-only
The name of the replication group that contains this replicated folder.
- State
-
- Data type: uint8
- Access type: Read-only
- Qualifiers: Values (Uninitialized, Initialized, Initial Sync, Auto Recovery, Normal, In Error) , ValueMap (0, 1, 2, 3, 4, 5)
The current replicated folder state for this member.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 R2 [desktop apps only] |
|
End of client support | Windows Vista |
|
Namespace |
\\.\Root\MicrosoftDfs |
|
MOF |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012