Class ResponseHeaderOverrides
Container for values of the response headers that will be set on a response from a GetObject request. These values override any headers that were set when the object was uploaded to S3.
public class ResponseHeaderOverrides
- Inheritance
-
ResponseHeaderOverrides
- Inherited Members
Constructors
ResponseHeaderOverrides()
public ResponseHeaderOverrides()
Properties
CacheControl
CacheControl header value.
public string CacheControl { get; set; }
Property Value
ContentDisposition
The ContentDisposition header value.
public string ContentDisposition { get; set; }
Property Value
ContentEncoding
The ContentEncoding header value.
public string ContentEncoding { get; set; }
Property Value
ContentLanguage
ContentLanguage header value.
public string ContentLanguage { get; set; }
Property Value
ContentType
A standard MIME type describing the format of the object data.
public string ContentType { get; set; }
Property Value
Remarks
The content type for the content being uploaded. This property defaults to "binary/octet-stream". For more information, refer to: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17
Expires
Expiry header value.
public string Expires { get; set; }