We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file tipo atveju, grąžinami tokie duomenys:
file
_name
_conent_type
_content
?select(pdf._content)
_size
Tarkime jei turime modelį Report, kuris turi savybę pdf, tada duomenys atrodys taip:
Report
pdf
{ "_type": "datasets/example/Report", "_id": "4c55ed84-7bb5-403a-8db9-72800c6ad201", "_revision" : "dc512ece-d4ca-4437-b960-a0ac4d0f11b0", "name": "My report", "pdf": { "_name": "myreport.pdf", "_content_type": "application/pdf", "_content": "-- base64 encoded string --", "_size": 54685 } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
file
tipo atveju, grąžinami tokie duomenys:_name
- file name_conent_type
- mime content type_content
- base64 encoded file content, rodomas tik tuo atveju, jei explicitly nurodytas per?select(pdf._content)
._size
- file size in bytesTarkime jei turime modelį
Report
, kuris turi savybępdf
, tada duomenys atrodys taip:The text was updated successfully, but these errors were encountered: