AGCStorageMetadata class

File metadata. Operations related to directory metadata are not supported.

Properties

bucket String
Name of a storage instance.
final
cacheControl String
Cache control setting of a user.
final
contentDisposition String
Content disposition setting of a user.
final
contentEncoding String
Content encoding setting of a user.
final
contentLanguage String
Content language setting of a user.
final
contentType String
Content type of a file on the cloud.
final
creationTime DateTime
Creation time.
final
customMetadata Map<String, String>
Custom attributes.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Name of a file on the cloud.
final
path String
Path to a file on the cloud. For example: images/demo.jpg
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha256Hash String
SHA-256 value set during file upload.
final
size int
Size of a file on the cloud, in bytes.
final
storageReference AGCStorageReference
Reference to a file or directory.
final
updatedTime DateTime
Last update time.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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