PutMetadata class
Describes options for object metadata update.
Constructors
Properties
- cacheControl ↔ String?
-
Updates objects Cache-Control fixed metadata.
getter/setter pair
- contentDisposition ↔ String?
-
Updates objects Content-Disposition fixed metadata.
getter/setter pair
- contentEncoding ↔ String?
-
Updates objects Content-Encoding fixed metadata.
getter/setter pair
- contentLanguage ↔ String?
-
Updates objects Content-Language fixed metadata.
getter/setter pair
- contentType ↔ String?
-
Updates objects Content-Type fixed metadata.
getter/setter pair
-
customMetadata
↔ Map<
String, String> ? -
Updates objects custom metadata.
getter/setter pair
- customTime ↔ String?
-
Updates objects Custom-Time fixed metadata.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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