AGCStorageSettableMetadata class

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

Constructors

AGCStorageSettableMetadata({String? cacheControl, String? contentType, String? contentDisposition, String? contentEncoding, String? contentLanguage, String? sha256Hash, Map<String, String>? customMetadata})
const

Properties

cacheControl String?
Cache control setting for the standard HTTP header.
final
contentDisposition String?
Content disposition setting for the standard HTTP header.
final
contentEncoding String?
Content encoding setting for the standard HTTP header.
final
contentLanguage String?
Content language setting for the standard HTTP header.
final
contentType String?
Content type setting for the standard HTTP header.
final
customMetadata Map<String, String>?
Custom attributes, which are case insensitive and must comply with the standard HTTP header specifications.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha256Hash String?
SHA-256 value for file upload verification. This parameter is invalid when metadata is updated.
final

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