SPL File Types.spl

Content

Types

Composites

composite Types

This composite specifies type definitions that are used in the com.teracloud.streams.teda.file toolkit.

Static Types

Types.SpaceInfo = tuple<uint64 capacity, uint64 free, uint64 available>;

Specifies disk space statistics that are returned by the space function:

Attribute

Description

capacity

The disk capacity

free

The free disk space

available

The free disk space that is available to non-privileged processes

Note: See Boost filesystem for more details.