Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 657 Bytes

VideoStatusIngestReceivedParts.md

File metadata and controls

11 lines (7 loc) · 657 Bytes

VideoStatusIngestReceivedParts

Properties

Name Type Description Notes
parts [Int] The parts that have been uploaded, ordered. For example, if part 2 was sent before part 1, and both have been uploaded, the output will be [1, 2]. [optional]
total Int Contains the number of expected parts. The total will be listed as "null" until the total number of parts is known. [optional]

[Back to Model list] [Back to API list] [Back to README]