GridFSFile class abstract
Constructors
-
GridFSFile.new(GridFS fs, [Map<
String, dynamic> ? data])
Properties
-
aliases
→ List<
String> -
no setter
- chunkSize ↔ Int32
-
getter/setter pair
- contentType ↔ String?
-
getter/setter pair
-
data
↔ Map<
String, dynamic> -
getter/setter pair
-
extraData
↔ Map<
String, dynamic> -
getter/setter pair
- filename ↔ String?
-
getter/setter pair
- fs ↔ GridFS
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ dynamic
-
getter/setter pair
- length ↔ Int64
-
getter/setter pair
- md5 ↔ String?
-
getter/setter pair
-
metaData
↔ Map<
String, dynamic> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uploadDate ↔ DateTime?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
numChunks(
) → int -
save(
) → Future< Map< String, dynamic> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited