GuestListFileInfo
GuestListFileInfo
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"files": [
{
"_typeName": "string",
"path": "string",
"type": "string",
"size": 0,
"attributes": {
"_typeName": "string",
"modificationTime": "string",
"accessTime": "string",
"symlinkTarget": "string"
}
}
],
"remaining": 0
}
array of GuestFileInfo
files
Optional
A list of GuestFileInfo data objects containing information for all the matching files.
integer As int32 As int32
remaining
Required
The number of files left to be returned.
If non-zero, then the next set of files can be returned by calling ListFiles again with the index set to the number of results already returned.