herr_t H5Pget_virtual_printf_gap(
hid_t dapl_id,
hsize_t *gap_size
)
H5Pget_virtual_printf_gap
returns the maximum number
of missing printf-style files and/or datasets for determining
the extent of an unlimited virtual dataaset, gap_size
,
using the access property list for the virtual dataset,
dapl_id
.
The default library value for gap_size
is 0
(zero).
hid_t
dapl_id |
|
IN: Dataset access property list identifier for the virtual dataset |
hsize_t *gap_size |
|
OUT: Maximum number of the files and/or
datasets allowed to be missing for determining the
extent of an unlimited virtual dataset with
printf-style mappings.
(Default: 0 ) |
Release | Change |
1.10.0 | C function introduced with this release. |