You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
| Url | string |the resource path, with a maximum length of 256 bytes |
120
-
| Filter | string |used to filter out useful information from the result returned from the data source. It is a JSONPath expression with a maximum length of 128 bytes. More information about JSONPath can be found [here](https://github.com/json-path/JsonPath)|
119
+
| Url | string |The resource path, with a maximum length of 256 bytes |
120
+
| Filter | string |Used to filter out useful information from the result returned from the data source. It is a JSONPath expression with a maximum length of 128 bytes. For the filters supported by Oracle, see the explanation below.|
121
121
| CallbackMethod | string | method name of the callback function (cannot begin with "_"), with a maximum length of 32 bytes|
122
-
| UserData | var bytes |the custom data |
123
-
| GasForResponse | long |the fee paid in advance for the callback function to pay for executing the script in the Response transaction. The fee should not be less than 0.1 GAS and will be charged when creating the Oracle request transaction |
122
+
| UserData | var bytes |The custom data |
123
+
| GasForResponse | long |The fee paid in advance for the callback function to pay for executing the script in the Response transaction. The fee should not be less than 0.1 GAS and will be charged when creating the Oracle request transaction |
124
124
125
125
#### Url
126
126
@@ -144,6 +144,76 @@ Command `header` can be used to get header of an object, it doesn't have any par
144
144
145
145
Command `hash` can be used to get SHA256 hash of an object or part of it, it has an optional range parameter with the same syntax as for `range` command. Example: Example: neofs://C3swfg8MiMJ9bXbeFG6dWJTCoHp9hAEZkHezvbSwK1Cc/3nQH1L8u3eM9jt2mZCs6MyjzdjerdSzBkXCYYj4M4Znk/hash.
146
146
147
+
#### Filter
148
+
149
+
Given the following Json example, the Oracle supported filters are illustrated in the table below.
0 commit comments