C# 클래스 Amazon.S3.EventType

A list of all event types that can configured with the bucket notification configuration.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
ObjectCreatedAll EventType
ObjectCreatedCompleteMultipartUpload EventType
ObjectCreatedCopy EventType
ObjectCreatedPost EventType
ObjectCreatedPut EventType
ObjectRemovedAll EventType
ObjectRemovedDelete EventType
ObjectRemovedDeleteMarkerCreated EventType
ReducedRedundancyLostObject EventType

공개 메소드들

메소드 설명
EventType ( string value ) : System

Constructs instance of EventType.

FindValue ( string value ) : EventType

Finds the constant for the unique value.

메소드 상세

EventType() 공개 메소드

Constructs instance of EventType.
public EventType ( string value ) : System
value string
리턴 System

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : EventType
value string
리턴 EventType

프로퍼티 상세

ObjectCreatedAll 공개적으로 정적으로 프로퍼티

The event encapsulates all the object create events
public static EventType,Amazon.S3 ObjectCreatedAll
리턴 EventType

ObjectCreatedCompleteMultipartUpload 공개적으로 정적으로 프로퍼티

Event for completing a multi part upload
public static EventType,Amazon.S3 ObjectCreatedCompleteMultipartUpload
리턴 EventType

ObjectCreatedCopy 공개적으로 정적으로 프로퍼티

Event for copy operations
public static EventType,Amazon.S3 ObjectCreatedCopy
리턴 EventType

ObjectCreatedPost 공개적으로 정적으로 프로퍼티

Event for post operations
public static EventType,Amazon.S3 ObjectCreatedPost
리턴 EventType

ObjectCreatedPut 공개적으로 정적으로 프로퍼티

Event for put operations
public static EventType,Amazon.S3 ObjectCreatedPut
리턴 EventType

ObjectRemovedAll 공개적으로 정적으로 프로퍼티

This event encapsulates all the object removed events
public static EventType,Amazon.S3 ObjectRemovedAll
리턴 EventType

ObjectRemovedDelete 공개적으로 정적으로 프로퍼티

Event for object removed, delete operation.
public static EventType,Amazon.S3 ObjectRemovedDelete
리턴 EventType

ObjectRemovedDeleteMarkerCreated 공개적으로 정적으로 프로퍼티

Event for object removed, delete marker created operation.
public static EventType,Amazon.S3 ObjectRemovedDeleteMarkerCreated
리턴 EventType

ReducedRedundancyLostObject 공개적으로 정적으로 프로퍼티

Event for objects stored in reduced redundancy and S3 detects the object is lost
public static EventType,Amazon.S3 ReducedRedundancyLostObject
리턴 EventType