Get and set shared object header message index properties
H5Pset_shared_mesg_index(
h5plist,
index_num,
mesg_type_flags = h5default(type = "H5O_SHMESG_FLAG"),
min_mesg_size
)
H5Pget_shared_mesg_index(h5plist, index_num)H5IdComponent object representing the file creation property list
Index being configured. Indices use C-style 0-based counting, so the first index will be numbered 0.
Character specifying the types of messages that may be stored in this index.
Valid values can be found with h5const(type = "H5O_SHMESG_FLAG")
Minimum message size
H5Pget_shared_mesg_index() returns a list of length 2. The first element is the types of messages
that may be stored in the index, the second element is the minimum message size.