Table of Contents

Class WithHashItemRequestBuilder.WithHashItemRequestBuilderGetQueryParameters

Namespace
Autodesk.DataManagement.OSS.Oss.V2.Signedresources.Item
Assembly
Autodesk.DataManagement.dll

Download an object using a signed URL.

public class WithHashItemRequestBuilder.WithHashItemRequestBuilderGetQueryParameters
Inheritance
WithHashItemRequestBuilder.WithHashItemRequestBuilderGetQueryParameters
Inherited Members

Properties

Region

The region where the bucket residesAcceptable values: US, EMEADefault is US

[Obsolete("This property is deprecated, use RegionAsGetRegionQueryParameterType instead")]
[QueryParameter("region")]
public string? Region { get; set; }

Property Value

string

RegionAsGetRegionQueryParameterType

The region where the bucket residesAcceptable values: US, EMEADefault is US

[QueryParameter("region")]
public GetRegionQueryParameterType? RegionAsGetRegionQueryParameterType { get; set; }

Property Value

GetRegionQueryParameterType?

ResponseContentDisposition

Value of the Content-Disposition HTTP header you expect to receive. If the parameter is not provided, the value associated with the object is used.

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

Property Value

string

ResponseContentType

Value of the Content-Type HTTP header you expect to receive in the download response.

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

Property Value

string