We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b0a2a commit 8c3fc80Copy full SHA for 8c3fc80
arango/collection.py
@@ -576,6 +576,7 @@ def truncate(
576
:param sync: Block until deletion operation is synchronized to disk.
577
:type sync: bool | None
578
:param compact: Whether to compact the collection after truncation.
579
+ :type compact: bool | None
580
:return: True if collection was truncated successfully.
581
:rtype: bool
582
:raise arango.exceptions.CollectionTruncateError: If operation fails.
0 commit comments