C# Класс Amazon.S3.TaggingDirective

Specifies whether the object tag-set are copied from the source object or replaced with tag-set provided in the request.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
COPY TaggingDirective
REPLACE TaggingDirective

Открытые методы

Метод Описание
FindValue ( string value ) : TaggingDirective

Finds the constant for the unique value.

TaggingDirective ( string value ) : System

Construct instance of TaggingDirective

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : TaggingDirective
value string The string representation of the TaggingDirective.
Результат TaggingDirective

TaggingDirective() публичный Метод

Construct instance of TaggingDirective
public TaggingDirective ( string value ) : System
value string
Результат System

Описание свойств

COPY публичное статическое свойство

The object tag-set is copied from the source object.
public static TaggingDirective,Amazon.S3 COPY
Результат TaggingDirective

REPLACE публичное статическое свойство

The object tag-set is replaced with tag-set provided in the request.
public static TaggingDirective,Amazon.S3 REPLACE
Результат TaggingDirective