BucketOperation class
BucketOperation represents a bucket-level breakdown of a Job.
Constructors
-
BucketOperation({String? bucketName, String? completeTime, Counters? counters, String? createTime, DeleteObject? deleteObject, List<
ErrorSummary> ? errorSummaries, Manifest? manifest, String? name, PrefixList? prefixList, PutMetadata? putMetadata, PutObjectHold? putObjectHold, RewriteObject? rewriteObject, String? startTime, String? state}) - BucketOperation.fromJson(Map json_)
Properties
- bucketName ↔ String?
-
The bucket name of the objects to be transformed in the BucketOperation.
getter/setter pair
- completeTime ↔ String?
-
The time that the BucketOperation was completed.
getter/setter pair
- counters ↔ Counters?
-
Information about the progress of the bucket operation.
getter/setter pair
- createTime ↔ String?
-
The time that the BucketOperation was created.
getter/setter pair
- deleteObject ↔ DeleteObject?
-
Delete objects.
getter/setter pair
-
errorSummaries
↔ List<
ErrorSummary> ? -
Summarizes errors encountered with sample error log entries.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- manifest ↔ Manifest?
-
Specifies objects in a manifest file.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- prefixList ↔ PrefixList?
-
Specifies objects matching a prefix set.
getter/setter pair
- putMetadata ↔ PutMetadata?
-
Updates object metadata.
getter/setter pair
- putObjectHold ↔ PutObjectHold?
-
Changes object hold status.
getter/setter pair
- rewriteObject ↔ RewriteObject?
-
Rewrite the object and updates metadata like KMS key.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
The time that the BucketOperation was started.
getter/setter pair
- state ↔ String?
-
State of the BucketOperation.
getter/setter pair
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