Table of Contents

Class SignedcookiesRequestBuilder.SignedcookiesRequestBuilderGetQueryParameters

Namespace
Autodesk.ModelDerivative.Designdata.Item.Manifest.Item.Signedcookies
Assembly
Autodesk.ModelDerivative.dll

Returns a download URL and a set of signed cookies, which lets you securely download the derivative specified by the derivativeUrn URI parameter. The signed cookies have a lifetime of 6 hours. Although you cannot use range headers for this endpoint, you can use range headers for the returned download URL to download the derivative in chunks, in parallel.

public class SignedcookiesRequestBuilder.SignedcookiesRequestBuilderGetQueryParameters
Inheritance
SignedcookiesRequestBuilder.SignedcookiesRequestBuilderGetQueryParameters
Inherited Members

Properties

MinutesExpiration

Specifies how many minutes the signed cookies should remain valid. Default value is 360 minutes. The value you specify must be lower than the default value for this parameter. If you specify a value greater than the default value, the Model Derivative service will return an error with an HTTP status code of 400.

[QueryParameter("minutes%2Dexpiration")]
public int? MinutesExpiration { get; set; }

Property Value

int?

ResponseContentDisposition

The value that must be returned with the download URL as the response-content-disposition query string parameter. Must begin with attachment. This value defaults to the default value corresponding to the derivative/file.

[QueryParameter("response%2Dcontent%2Ddisposition")]
public string? ResponseContentDisposition { get; set; }

Property Value

string