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
, EMEA
Default is US
[Obsolete("This property is deprecated, use RegionAsGetRegionQueryParameterType instead")]
[QueryParameter("region")]
public string? Region { get; set; }
Property Value
RegionAsGetRegionQueryParameterType
The region where the bucket residesAcceptable values: US
, EMEA
Default is US
[QueryParameter("region")]
public GetRegionQueryParameterType? RegionAsGetRegionQueryParameterType { get; set; }
Property Value
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
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; }