Event enum

The bucket event for which to send notifications.

Inheritance

Constructors

Event()
const

Values

s3ReducedRedundancyLostObject → const Event
s3ObjectCreated → const Event
s3ObjectCreatedPut → const Event
s3ObjectCreatedPost → const Event
s3ObjectCreatedCopy → const Event
s3ObjectCreatedCompleteMultipartUpload → const Event
s3ObjectRemoved → const Event
s3ObjectRemovedDelete → const Event
s3ObjectRemovedDeleteMarkerCreated → const Event
s3ObjectRestore → const Event
s3ObjectRestorePost → const Event
s3ObjectRestoreCompleted → const Event
s3Replication → const Event
s3ReplicationOperationFailedReplication → const Event
s3ReplicationOperationNotTracked → const Event
s3ReplicationOperationMissedThreshold → const Event
s3ReplicationOperationReplicatedAfterThreshold → const Event

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Event>
A constant List of the values in this enum, in order of their declaration.