InfoConnect for Unisys
IndAllocUnitOption Enumeration


Specifies the unit of disk space for your primary and secondary space allocations.
Syntax
'Declaration
 
Public Enum IndAllocUnitOption 
   Inherits System.Enum
'Usage
 
Dim instance As IndAllocUnitOption
public enum IndAllocUnitOption : System.Enum 
Members
MemberDescription
BlockAllocations are in blocks.
CylinderAllocations are in cylinders.
DefaultThe unit is determined by the host.
TrackAllocations are in tracks.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.IndAllocUnitOption

See Also