Units Property (Read/Write)

Top  Previous  Next

Sets/gets the type of allocation unit of the host HostFileName file used when a new file is created during the execution of a Send method or Run method (with Direction=dSend Send indicator set).

 

Value

Meaning

uDefault

Default unit of allocation

uTracks

Tracks unit of allocation

uCylinder

Cylinder unit of allocation

uAvBlocks

Average Blocks unit of allocation

 

Visual Basic Syntax

 

IndFile.Units [= TxUnits]

 

C# Syntax

 

IndFile.Units; [= TxUnits]

 

 

See also TxUnits constant, BlkSize property, PrimarySpace property, RecFm property, SecondarySpace property.