FPCDiskDrives Collection
Internet Security and Acceleration Server 2004/2006 SDK
The FPCDiskDrives collection holds a set of FPCDiskDrive objects. This collection is accessed through the DiskDrives property of an FPCServer object.
Click here to see the ISA Server object hierarchy.
Methods
The FPCDiskDrives collection defines the following methods.
| Method | Description |
|---|---|
| Item | Retrieves the requested FPCDiskDrive object from the collection. |
| Refresh | Reads the values of all the properties of the collection and its elements from persistent storage, discarding any changes that were not saved. |
Properties
The FPCDiskDrives collection has the following properties.
| Property | Description |
|---|---|
| _NewEnum | Gets an enumerator object for the collection. |
| Count | Gets the number of FPCDiskDrive objects in the collection. |
| TotalCurrentCacheInMegs | Gets the total amount of disk space currently being used by the cache, in megabytes. |
| TotalDiskSizeInMegs | Gets the total amount of disk space, in megabytes, on all NTFS disk drives. |
| TotalFreeSizeInMegs | Gets the total amount of free space, in megabytes, on all NTFS disk drives. |
Interfaces for C++ Programming
This collection implements the IFPCDiskDrives interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |