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 class contains the information for an object in S3.

Inheritance Hierarchy

System.Object
  Amazon.S3.Util.S3EventNotification.S3ObjectEntity

Namespace: Amazon.S3.Util
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class S3EventNotification.S3ObjectEntity

The S3EventNotification.S3ObjectEntity type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ETag System.String

Gets and sets the etag of the object. This can be used to determine if the object has changed.

Public Property Key System.String

Gets and sets the key for the object stored in S3.

Public Property Sequencer System.String

Gets and sets the sequencer a string representation of a hexadecimal value used to determine event sequence, only used with PUTs and DELETEs.

Public Property Size System.Int64

Gets and sets the size of the object in S3.

Public Property VersionId System.String

Gets and sets the version id of the object in S3.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5