nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/ID2-Request-Get-Blob-Info.html

39 lines
No EOL
1.5 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>ID2-Request-Get-Blob-Info</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>ID2-Request-Get-Blob-Info</h3><pre>Defined in file <a href="id2.asn.html">id2.asn</a>
C++ class: <a href="../doxyhtml/classCID2__Request__Get__Blob__Info.html">CID2_Request_Get_Blob_Info</a>
ID2-Request-Get-Blob-Info ::= SEQUENCE {
-- id can be supplied by inner request
blob-id CHOICE {
-- id can be supplied by inner request
blob-id <a href="ID2-Blob-Id.html">ID2-Blob-Id</a>,
-- generate blob-ids from request
resolve SEQUENCE {
request <a href="ID2-Request-Get-Blob-Id.html">ID2-Request-Get-Blob-Id</a>,
-- server will not send blobs listed here
exclude-blobs SEQUENCE OF <a href="ID2-Blob-Id.html">ID2-Blob-Id</a> OPTIONAL
}
},
-- return in addition list of Seq-ids also resolving to this blob
get-seq-ids NULL OPTIONAL,
-- level of details requested immediately
-- server will send relevant chunks if blob is splitted
get-data <a href="ID2-Get-Blob-Details.html">ID2-Get-Blob-Details</a> OPTIONAL
}</pre>
</body>
</html>