Vm_Guest_Filesystem_Files_IterationSpec

Vm_Guest_Filesystem_Files_IterationSpec
Vm_Guest_Filesystem_Files_IterationSpec

The Files.IterationSpec structure contains fields used to break results into pages when listing files. See Files.list).

JSON Example
{
    "size": 0,
    "index": 0
}
integer As int64
size
Optional

Specifies the maximum number of results to return. If unset information about at most 50 files will be returned.

integer As int64
index
Optional

Which result to start the list with. If this value exceeds the number of results, an empty list will be returned. If unset, the start of the list of files will be returned.