DriveInfo Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - DriveInfo
 
Syntax
[ValueClass]
public class DriveInfo : IDriveInfoConstructors
| Name | Description | 
|---|---|
| DriveInfo() | 
Properties
| Name | Description | 
|---|---|
| Drive | Value of the drive. Examples: C:\, E:\ JSON property name: qDrive | 
| Name | Name of the drive. JSON property name: qName | 
| Type | Type of the drive. 
             JSON property name: qType | 
| TypeIdentifier | Information about the drive type. JSON property name: qTypeIdentifier | 
| UnnamedDrive | JSON property name: qUnnamedDrive |