AWS SDK Version 4 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.

Information about the delete marker.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.DeleteMarkerEntry

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

Syntax

C#
public class DeleteMarkerEntry

The DeleteMarkerEntry type exposes the following members

Constructors

NameDescription
Public Method DeleteMarkerEntry()

Properties

NameTypeDescription
Public Property IsLatest System.Nullable<System.Boolean>

Gets and sets the property IsLatest.

Specifies whether the object is (true) or is not (false) the latest version of an object.

Public Property Key System.String

Gets and sets the property Key.

The object key.

Public Property LastModified System.Nullable<System.DateTime>

Gets and sets the property LastModified.

Date and time when the object was last modified.

Public Property Owner Amazon.S3.Model.Owner

Gets and sets the property Owner.

The account that created the delete marker.

Public Property VersionId System.String

Gets and sets the property VersionId.

Version ID of an object.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer