C# Class Amazon.S3.EventType

A list of all event types that can configured with the bucket notification configuration.
Inheritance: ConstantClass
Show file 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 static property

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

ObjectCreatedCompleteMultipartUpload public static property

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

ObjectCreatedCopy public static property

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

ObjectCreatedPost public static property

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

ObjectCreatedPut public static property

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

ObjectRemovedAll public static property

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

ObjectRemovedDelete public static property

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

ObjectRemovedDeleteMarkerCreated public static property

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

ReducedRedundancyLostObject public static property

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