StorageQuery class
Query to specify the path of storage on the remote side.
Specify the relative path on the remote storage side in relativeRemotePathOrId.
If you want to specify StorageAdapter directly, pass it to adapter.
You can specify the MIME type for uploading by specifying mimeType.
リモート側のストレージのパスを指定するためのクエリ。
relativeRemotePathOrIdでリモートストレージ側の相対パスを指定します。
StorageAdapterを直接指定したい場合、adapterに渡してください。
mimeTypeを指定することでアップロード時のMIMEタイプを指定することができます。
- Annotations
Constructors
- StorageQuery(String relativeRemotePathOrId, {StorageAdapter? adapter, String? mimeType})
-
Query to specify the path of storage on the remote side.
const
Properties
- adapter → StorageAdapter
-
StorageAdapter to be used.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- mimeType → String?
-
If the MimeType is known, its value is entered.
final
- relativeRemotePathOrId → String
-
Local path on the storage side.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited