This class contains information about files collected from clients. Collected files are those that have been explicitly selected so that SMS software inventory can pull the whole file from the client computer back to the server.
The lazy FileData property is the file data itself; the property is “lazy” because there is no point in displaying the actual data in the SMS Administrator console interface.
Table B.62 Collected Files Class (SMS_G_System_CollectedFile)
Property | Data type | Example | Notes |
---|---|---|---|
CollectionDate | datetime | See “Date and Time Formats” at the beginning of this appendix. | Indicates the date and time when the file was collected from the client computer. |
FileData[] | uint8 | Lazy. Indicates that this is the actual data contained in the file. | |
FileName | string | "mas.txt" | Indicates the name and extension of the file. |
FilePath | string | "C:\\WINNT40\\ MS\\SMS\\LOGS\\mas.txt" | Key. This is the path to the file on the client computer. |
FileSize | uint32 | 102403 | Indicates the size of the file. |
LocalFilePath | string | "\\\\A08BARNEY SERVER\\ SMS_KIL\\inboxes\\sinv.box\\FileCol\\3\\KWJFLUI6.txt" | Indicates that this is the path to the file on the SMS site server. |
ModifiedDate | datetime | See “Date and Time Formats” at the beginning of this appendix. | Indicates the date and time when the file was last modified. |
ResourceID | uint32 | 3 | Key. This is the ResourceID of the client that returned the file. |
RevisionID | uint32 | Objects with the same ResourceID and GroupID are deltas, differentiated from one another by RevisionID number. The highest number is the most recent update. |