SessionDirectoryListResponse interface

Response from listing a directory in a session sandbox.

Properties

entries

The directory entries.

first_id

The first ID represented in this list.

has_more

A value indicating whether there are additional values available not captured in this list.

last_id

The last ID represented in this list.

path

The path that was listed, relative to the session home directory.

Property Details

entries

The directory entries.

entries: SessionDirectoryEntry[]

Property Value

first_id

The first ID represented in this list.

first_id?: string

Property Value

string

has_more

A value indicating whether there are additional values available not captured in this list.

has_more: boolean

Property Value

boolean

last_id

The last ID represented in this list.

last_id?: string

Property Value

string

path

The path that was listed, relative to the session home directory.

path: string

Property Value

string