[#node-BlockManager-GetPruneTarget] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::GetPruneTarget :relfileprefix: ../../ :mrdocs: Attempt to stay below this number of bytes of block files. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] uint64_t GetPruneTarget() const; ---- == Return Value The prune target in bytes. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#