C# Class Amazon.S3.EventType

A list of all event types that can configured with the bucket notification configuration.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
ObjectCreatedAll EventType
ObjectCreatedCompleteMultipartUpload EventType
ObjectCreatedCopy EventType
ObjectCreatedPost EventType
ObjectCreatedPut EventType
ObjectRemovedAll EventType
ObjectRemovedDelete EventType
ObjectRemovedDeleteMarkerCreated EventType
ReducedRedundancyLostObject EventType

Méthodes publiques

Méthode Description
EventType ( string value ) : System

Constructs instance of EventType.

FindValue ( string value ) : EventType

Finds the constant for the unique value.

Method Details

EventType() public méthode

Constructs instance of EventType.
public EventType ( string value ) : System
value string
Résultat System

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : EventType
value string
Résultat EventType

Property Details

ObjectCreatedAll public_oe static_oe property

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

ObjectCreatedCompleteMultipartUpload public_oe static_oe property

Event for completing a multi part upload
public static EventType,Amazon.S3 ObjectCreatedCompleteMultipartUpload
Résultat EventType

ObjectCreatedCopy public_oe static_oe property

Event for copy operations
public static EventType,Amazon.S3 ObjectCreatedCopy
Résultat EventType

ObjectCreatedPost public_oe static_oe property

Event for post operations
public static EventType,Amazon.S3 ObjectCreatedPost
Résultat EventType

ObjectCreatedPut public_oe static_oe property

Event for put operations
public static EventType,Amazon.S3 ObjectCreatedPut
Résultat EventType

ObjectRemovedAll public_oe static_oe property

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

ObjectRemovedDelete public_oe static_oe property

Event for object removed, delete operation.
public static EventType,Amazon.S3 ObjectRemovedDelete
Résultat EventType

ObjectRemovedDeleteMarkerCreated public_oe static_oe property

Event for object removed, delete marker created operation.
public static EventType,Amazon.S3 ObjectRemovedDeleteMarkerCreated
Résultat 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
Résultat EventType