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.

Specifies whether the object tag-set are copied from the source object or replaced with tag-set provided in the request.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.ConstantClass
    Amazon.S3.TaggingDirective

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

Syntax

C#
public sealed class TaggingDirective : ConstantClass

The TaggingDirective type exposes the following members

Constructors

NameDescription
Public Method TaggingDirective(string)

Construct instance of TaggingDirective

Properties

NameTypeDescription
Public Property Value System.String Inherited from Amazon.Runtime.ConstantClass.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.7.2 or higher.

NameDescription
Public Method Static Method FindValue(string)

Finds the constant for the unique value.

Fields

NameTypeDescription
Field Static Field COPY Amazon.S3.TaggingDirective

The object tag-set is copied from the source object.

Field Static Field REPLACE Amazon.S3.TaggingDirective

The object tag-set is replaced with tag-set provided in the request.

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