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 size range of included objects in bytes. Only integers are supported.

Inheritance Hierarchy

System.Object
  Amazon.S3Control.Model.MatchObjectSize

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

Syntax

C#
public class MatchObjectSize

The MatchObjectSize type exposes the following members

Constructors

NameDescription
Public Method MatchObjectSize()

Properties

NameTypeDescription
Public Property BytesGreaterThan System.Int64

Gets and sets the property BytesGreaterThan.

Specifies the minimum object size in Bytes. The value must be a positive number, greater than 0 and less than 5 TB.

Public Property BytesLessThan System.Int64

Gets and sets the property BytesLessThan.

Specifies the maximum object size in Bytes. The value must be a positive number, greater than the minimum object size and less than 5 TB.

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