Event enum
The bucket event for which to send notifications.
- Inheritance
- Available extensions
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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toValue(
) → String -
Available on Event, provided by the EventValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited