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
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
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