DfsrIdUpdateInfo class
This class provides statistical and operational information about updates that are being transferred by this computer.
Syntax
class DfsrIdUpdateInfo
{
string UpdateGuid;
string Uid;
string GVsn;
string ParentUid;
uint32 UpdateState;
string FileName;
string FullPathName;
string ReplicatedFolderGuid;
string ConnectionGuid;
string PartnerName;
boolean Inbound;
};
Members
The DfsrIdUpdateInfo class has these types of members:
Properties
The DfsrIdUpdateInfo class has these properties.
- ConnectionGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: Key, MinLen (36) , MaxLen (36)
The unique connection identifier of the connection that this update is being transferred on. This string is in the format of a globally unique identifier (GUID), for example "{95ee9fff-3436-11d1-b2b0-d15ae3ac8436}".
- FileName
-
- Data type: string
- Access type: Read-only
The name of the file or folder.
- FullPathName
-
- Data type: string
- Access type: Read-only
The full path to the file or folder.
- GVsn
-
- Data type: string
- Access type: Read-only
The global version of the resource (file or folder). The format of this string is {DatabaseGUID}-VersionNumber, where DatabaseGUID is the GUID of the DFSR database and VersionNumber is an integer value assigned to each resource that increases when the resource is modified. Because the database GUID uniquely identifies the last computer that the resource was modified on, the GVsn property uniquely identifies a particular version of the resource.
- Inbound
-
- Data type: boolean
- Access type: Read-only
Indicates the direction of the connection between the local computer and this partner. The value is TRUE if the connection is inbound (coming from the partner) and FALSE if the connection is outbound (going to the partner).
- ParentUid
-
- Data type: string
- Access type: Read-only
The unique identifier of the parent folder. This string is in GUID format, for example "{95ee9fff-3436-11d1-b2b0-d15ae3ac8436}".
- PartnerName
-
- Data type: string
- Access type: Read-only
The partner name for the connection. This is typically the unqualified DNS name of the partner computer.
- ReplicatedFolderGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: Key, MinLen (36) , MaxLen (36)
The unique identifier of the replicated folder. This string is in GUID format, for example "{95ee9fff-3436-11d1-b2b0-d15ae3ac8436}".
- Uid
-
- Data type: string
- Access type: Read-only
The unique identifier of the resource (file or folder). The format of this string is {DatabaseGUID}-VersionNumber, where DatabaseGUID is the GUID of the DFSR database and VersionNumber is an integer value assigned to each resource when it is created. Because the database GUID uniquely identifies the computer that the resource was created on, the Uid property uniquely identifies the resource.
- UpdateGuid
-
- Data type: string
- Access type: Read-only
- Qualifiers: Key, MinLen (36) , MaxLen (36)
A GUID for the update that is downloaded or uploaded.
- UpdateState
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: Values (SCHEDULED, RUNNING, DOWNLOADING, WAIT, BLOCKED) , ValueMap (1, 2, 3, 4, 5)
The current state of the update. The following values are supported.
Requirements
|
Minimum supported client | None supported [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Namespace |
\\.\Root\MicrosoftDfs |
|
MOF |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012