AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeObject operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.MediaStoreData.Model.DescribeObjectResponse

Namespace: Amazon.MediaStoreData.Model
Assembly: AWSSDK.MediaStoreData.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeObjectResponse : AmazonWebServiceResponse

The DescribeObjectResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeObjectResponse()

Properties

NameTypeDescription
Public Property CacheControl System.String

Gets and sets the property CacheControl.

An optional CacheControl header that allows the caller to control the object's cache behavior. Headers can be passed in as specified in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

Headers with a custom user-defined value are also accepted.

Public Property ContentLength System.Int64

Gets and sets the property ContentLength.

The length of the object in bytes.

Public Property ContentType System.String

Gets and sets the property ContentType.

The content type of the object.

Public Property ETag System.String

Gets and sets the property ETag.

The ETag that represents a unique instance of the object.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModified System.DateTime

Gets and sets the property LastModified.

The date and time that the object was last modified.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5