BucketObjectEntry class abstract

Entry in Bucket.list representing an object.

Implemented types

Constructors

BucketObjectEntry()

Properties

crc32CChecksum → int
CRC32c checksum, as described in RFC 4960.
no setterinherited
URL for direct download.
no setterinherited
etag → String
Entity tag for the object.
no setterinherited
generation → ObjectGeneration
Object generation.
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
isDirectory → bool
Whether this is a prefix.
no setterinherited
isObject → bool
Whether this is information on an object.
no setterinherited
length → int
Length of the data.
no setterinherited
md5Hash → List<int>
MD5 hash of the object.
no setterinherited
metadata → ObjectMetadata
Additional metadata.
no setterinherited
name → String
Name of object or directory.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
updated → DateTime
When this object was updated.
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

Operators

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