C# Class Amazon.S3.EventType

A list of all event types that can configured with the bucket notification configuration.
Inheritance: ConstantClass
显示文件 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ObjectCreatedAll EventType
ObjectCreatedCompleteMultipartUpload EventType
ObjectCreatedCopy EventType
ObjectCreatedPost EventType
ObjectCreatedPut EventType
ObjectRemovedAll EventType
ObjectRemovedDelete EventType
ObjectRemovedDeleteMarkerCreated EventType
ReducedRedundancyLostObject EventType

Public Methods

Method Description
EventType ( string value ) : System

Constructs instance of EventType.

FindValue ( string value ) : EventType

Finds the constant for the unique value.

Method Details

EventType() public method

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

FindValue() public static method

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

Property Details

ObjectCreatedAll public_oe static_oe property

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

ObjectCreatedCompleteMultipartUpload public_oe static_oe property

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

ObjectCreatedCopy public_oe static_oe property

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

ObjectCreatedPost public_oe static_oe property

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

ObjectCreatedPut public_oe static_oe property

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

ObjectRemovedAll public_oe static_oe property

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

ObjectRemovedDelete public_oe static_oe property

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

ObjectRemovedDeleteMarkerCreated public_oe static_oe property

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

ReducedRedundancyLostObject public_oe static_oe property

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