Class GetObjectRequest
Inheritance
GetObjectRequest
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GetObjectRequest : ObjectRequestBase, IValidatable, IRequestParameterProvider
Properties
|
Edit this page
View Source
ChecksumMode
Declaration
public string ChecksumMode { get; set; }
Property Value
|
Edit this page
View Source
PartNumber
Declaration
public int? PartNumber { get; set; }
Property Value
|
Edit this page
View Source
PreSignedUrl
Declaration
public string PreSignedUrl { get; set; }
Property Value
|
Edit this page
View Source
Range
Declaration
public string Range { get; set; }
Property Value
|
Edit this page
View Source
ResponseCacheControl
Declaration
public string ResponseCacheControl { get; set; }
Property Value
|
Edit this page
View Source
ResponseContentDisposition
Declaration
public string ResponseContentDisposition { get; set; }
Property Value
|
Edit this page
View Source
ResponseContentEncoding
Declaration
public string ResponseContentEncoding { get; set; }
Property Value
|
Edit this page
View Source
ResponseContentLanguage
Declaration
public string ResponseContentLanguage { get; set; }
Property Value
|
Edit this page
View Source
ResponseContentType
Declaration
public string ResponseContentType { get; set; }
Property Value
|
Edit this page
View Source
ResponseExpires
Declaration
public DateTime? ResponseExpires { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromPolledUrl(string)
Declaration
public static GetObjectRequest FromPolledUrl(string preSignedUrl)
Parameters
| Type |
Name |
Description |
| string |
preSignedUrl |
|
Returns
|
Edit this page
View Source
GetRequestParameters()
Declaration
public override IEnumerable<RequestParameter> GetRequestParameters()
Returns
Overrides
Implements
Extension Methods