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.

A filter condition that specifies the object age range of included objects in days. Only integers are supported.

Inheritance Hierarchy

System.Object
  Amazon.S3Control.Model.MatchObjectAge

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

Syntax

C#
public class MatchObjectAge

The MatchObjectAge type exposes the following members

Constructors

NameDescription
Public Method MatchObjectAge()

Properties

NameTypeDescription
Public Property DaysGreaterThan System.Int32

Gets and sets the property DaysGreaterThan.

Specifies the maximum object age in days. Must be a positive whole number, greater than the minimum object age and less than or equal to 2,147,483,647.

Public Property DaysLessThan System.Int32

Gets and sets the property DaysLessThan.

Specifies the minimum object age in days. The value must be a positive whole number, greater than 0 and less than or equal to 2,147,483,647.

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