StorageQuery constructor

const StorageQuery(
  1. String relativeRemotePathOrId, {
  2. StorageAdapter? adapter,
})

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.

リモート側のストレージのパスを指定するためのクエリ。

relativeRemotePathOrIdでリモートストレージ側の相対パスを指定します。

StorageAdapterを直接指定したい場合、adapterに渡してください。

Implementation

const StorageQuery(
  this.relativeRemotePathOrId, {
  StorageAdapter? adapter,
}) : _adapter = adapter;