C# Class Amazon.S3.TaggingDirective

Specifies whether the object tag-set are copied from the source object or replaced with tag-set provided in the request.
Inheritance: ConstantClass
Mostrar archivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
COPY TaggingDirective
REPLACE TaggingDirective

Public Methods

Method Description
FindValue ( string value ) : TaggingDirective

Finds the constant for the unique value.

TaggingDirective ( string value ) : System

Construct instance of TaggingDirective

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : TaggingDirective
value string The string representation of the TaggingDirective.
return TaggingDirective

TaggingDirective() public method

Construct instance of TaggingDirective
public TaggingDirective ( string value ) : System
value string
return System

Property Details

COPY public_oe static_oe property

The object tag-set is copied from the source object.
public static TaggingDirective,Amazon.S3 COPY
return TaggingDirective

REPLACE public_oe static_oe property

The object tag-set is replaced with tag-set provided in the request.
public static TaggingDirective,Amazon.S3 REPLACE
return TaggingDirective