Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 852 Bytes

CreateUploadRequest.md

File metadata and controls

13 lines (9 loc) · 852 Bytes

Mux.Csharp.Sdk.Model.CreateUploadRequest

Properties

Name Type Description Notes
Timeout int Max time in seconds for the signed upload URL to be valid. If a successful upload has not occurred before the timeout limit, the direct upload is marked `timed_out` [optional] [default to 3600]
CorsOrigin string If the upload URL will be used in a browser, you must specify the origin in order for the signed URL to have the correct CORS headers. [optional]
NewAssetSettings CreateAssetRequest [optional]
Test bool [optional]

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