Experimental
Schema
FilesUploadResponse
Type:
object
UploadResponse reports completed file writes.
filesWritten
Type:
integer
files_written is the number of files successfully written.
All schema constraints and annotations
{
"description": "files_written is the number of files successfully written.",
"type": "integer"
}All schema constraints and annotations
{
"description": "UploadResponse reports completed file writes.",
"properties": {
"filesWritten": {
"description": "files_written is the number of files successfully written.",
"type": "integer"
}
},
"title": "UploadResponse",
"type": "object"
}