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
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
COPY TaggingDirective
REPLACE TaggingDirective

Méthodes publiques

Méthode 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 méthode

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

TaggingDirective() public méthode

Construct instance of TaggingDirective
public TaggingDirective ( string value ) : System
value string
Résultat 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
Résultat 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
Résultat TaggingDirective