ObjectReference class

Constructors

ObjectReference(HopDriveClient client, BucketReference bucketRef, String id)

Properties

bucketRef BucketReference
final
client HopDriveClient
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() Future<bool>
get() Future<ObjectSnapshot>
getPresigned() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(Uint8List data) Future<ObjectSnapshot>
toString() String
A string representation of this object.
inherited

Operators

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