journal_set_data_threshold
Description:
[ Version ( since = "1.23.11" ) ]
public bool journal_set_data_threshold (int64 threshold) throws Error
public bool journal_set_data_threshold (int64 threshold) throws Error
set the data threshold for reading journal entries
Set the data threshold for reading journal entries. This is a hint to the journal that it may truncate data fields to this size when reading them (note also that it may not truncate them). If you set this to @0, then the threshold is unlimited.
See also journal_get_data_threshold.
This function depends on the feature "journal". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |