GET api/Download/GetQueryTotalFileSize?queryLine={queryLine}&f={f}
TODO
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| queryLine |
TODO |
string |
None. |
| f |
TODO |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
TODO
ObjResultOfInt64| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | integer |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": 1,
"error": "sample string 2",
"success": true,
"errorCode": 4
}
Parameter Information
queryLine
| Property | Description |
|---|---|
| Length (Int32) | |
| Chars (Char) |
f
| Property | Description |
|---|---|
| Length (Int32) | |
| Chars (Char) |