SoftLayer_Container_Network_Directory_Listing


SoftLayer_Container_Network_Directory_Listing

Description

SoftLayer_Container_Network_Directory_Listing represents a single entry in a listing of files within a remote directory. API methods that return remote directory listings typically return arrays of SoftLayer_Container_Network_Directory_Listing objects.

Local


fileCount

If the file in a directory listing is a directory itself then fileCount is the number of files within the directory.
Type: int


name

The name of a directory or a file within a directory listing.
Type: string


type

The type of file in a directory listing. If a directory listing entry is a directory itself then type is set to “directory”. Otherwise, type is a blank string.
Type: string

Relational

Count