ContentLibraryItemFile

ContentLibraryItemFile
ContentLibraryItemFile

Information regarding a file to be uploaded to create a content library item.

JSON Example
{
    "expectedSizeBytes": 0,
    "bytesTransferred": 0,
    "name": "string",
    "transferUrl": "string"
}
integer As int64 As int64
expectedSizeBytes
Optional

The expected size of the file in bytes after being fully uploaded. When the expected size of the file is unknown, this field is null.

integer As int64 As int64
bytesTransferred
Optional

The number of bytes of the file which have already been uploaded.

string
name
Optional

The name of a file to be uploaded.

string As uri As uri
transferUrl
Optional

The transfer URL used to upload a file.