DfsrReplicationGroupConfig class
An instance of this class is available for each replication group that contains this computer. This class provides read-only access to the replication group configuration parameters.
Syntax
class DfsrReplicationGroupConfig : CIM_Setting
{
string ReplicationGroupGuid;
string ReplicationGroupName;
string ReplicationGroupDn;
uint32 ReplicationGroupType;
uint32 LastChangeNumber;
datetime LastChangeTime;
string LastChangeSource;
uint32 TombstoneExpiryInMin;
string Description;
Boolean DefaultScheduleInUtc;
uint8 DefaultSchedule[];
string ContainerComputerName;
boolean IsClustered;
string VcoResourceName;
};
Members
The DfsrReplicationGroupConfig class has these types of members:
Properties
The DfsrReplicationGroupConfig class has these properties.
- ContainerComputerName
-
- Data type: string
- Access type: Read-only
The name of the Active Directory computer object that holds the replication group information. Normally this name is same as the NETBIOS name of the local computer.
Windows Server 2003 R2, Windows Vista, and Windows Server 2008: This property is not supported until Windows Server 2008 R2. - DefaultSchedule
-
- Data type: uint8 array
- Access type: Read-only
The default replication schedule to be used for any connection in this connection object that does not have a defined schedule.
The data is a series of 336 bytes: 2 bytes for each of the 24 hours per day, 7 days per week. The 2 bytes for each hour are divided into 4 groups of 4 bits. Each 4-bit group can be assigned one of the following values.
- DefaultScheduleInUtc
-
- Data type: Boolean
- Access type: Read-only
Indicates whether the schedule is to be interpreted as UTC (default) or local time.
- Description
-
- Data type: string
- Access type: Read-only
The user-specified description of the content or purpose of the current replication group.
- IsClustered
-
- Data type: boolean
- Access type: Read-only
Set to TRUE if the Active Directory server that holds the replicated folder is a virtual computer in a cluster, or FALSE if it is a local computer.
Windows Server 2003 R2, Windows Vista, and Windows Server 2008: This property is not supported until Windows Server 2008 R2. - LastChangeNumber
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: MinValue (1)
The configuration sequence number. This value is incremented each time the replication group configuration changes.
- LastChangeSource
-
- Data type: string
- Access type: Read-only
Information about the originator of the last configuration change. This is the name of the Active Directory server.
- LastChangeTime
-
- Data type: datetime
- Access type: Read-only
The time stamp of the last configuration change.
- ReplicationGroupDn
-
- Data type: string
- Access type: Read-only
The distinguished name of the corresponding DFSR2-ReplicationGroup object in the Active Directory.
- ReplicationGroupGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: Key, MinLen (36) , MaxLen (36)
The unique identifier of the replication group.
- ReplicationGroupName
-
- Data type: string
- Access type: Read-only
The friendly name of the replication group. This name is not required to be unique.
- ReplicationGroupType
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: Values (OTHER, SYSVOL, PROTECTION, DISTRIBUTION, CLIENT, PEERNET) , ValueMap (0, 1, 2, 3, 4, 5)
The type of the replication group.
Windows Server 2003 R2: The values CLIENT and PEERNET are not supported until Windows Vista. - TombstoneExpiryInMin
-
- Data type: uint32
- Access type: Read/write
- Qualifiers: MinValue (60)
The maximum lifetime of tombstone objects, in minutes.
- VcoResourceName
-
- Data type: string
- Access type: Read-only
If the replication group is configured against a virtual computer, this property specifies the Network Name resource of the clustered replication group.
Windows Server 2003 R2, Windows Vista, and Windows Server 2008: This property is not supported until Windows Server 2008 R2.
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