Bucket class
Describes configuration of a single bucket and its objects to be transformed.
Constructors
- Bucket.new({String? bucket, Manifest? manifest, PrefixList? prefixList})
- Bucket.fromJson(Map json_)
Properties
- bucket ↔ String?
-
Bucket name for the objects to be transformed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- manifest ↔ Manifest?
-
Specifies objects in a manifest file.
getter/setter pair
- prefixList ↔ PrefixList?
-
Specifies objects matching a prefix set.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited