BulkRestoreObjectsRequest class
A bulk restore objects request.
Constructors
-
BulkRestoreObjectsRequest({bool? allowOverwrite, bool? copySourceAcl, List<
String> ? matchGlobs, DateTime? softDeletedAfterTime, DateTime? softDeletedBeforeTime}) - BulkRestoreObjectsRequest.fromJson(Map json_)
Properties
- allowOverwrite ↔ bool?
-
If false (default), the restore will not overwrite live objects with the
same name at the destination.
getter/setter pair
- copySourceAcl ↔ bool?
-
If true, copies the source object's ACL; otherwise, uses the bucket's
default object ACL.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
matchGlobs
↔ List<
String> ? -
Restores only the objects matching any of the specified glob(s).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- softDeletedAfterTime ↔ DateTime?
-
Restores only the objects that were soft-deleted after this time.
getter/setter pair
- softDeletedBeforeTime ↔ DateTime?
-
Restores only the objects that were soft-deleted before this time.
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