UploadUrlResult
Contains the results of requesting a submission id and signed url for a file upload...
Declaration
public readonly struct UploadUrlResult : ValueTypeSummary
Contains the results of requesting a submission id and signed url for a file upload The Request will have the signed url and submission id populated if the request was successful The Request will be null if the request failed
Constructors
public UploadUrlResult(UploadResult result, IFileUploadRequest request)
Fields
| Name | Type | Summary |
|---|---|---|
| Request | IFileUploadRequest | - |
| Result | UploadResult | - |