removeBundleMetadata#

omni::core::Result removeBundleMetadata(
omni::graph::core::NameToken const *const fieldNames,
size_t fieldCount,
size_t *const removedCount = nullptr,
) noexcept#

Remove bundle metadata based on provided field names.

Parameters:
  • fieldNames – Names of the bundle metadata fields whose data is to be removed.

  • fieldCount – Number of the bundle metadata fields to be removed.

  • removedCount – Number of bundle metadata fields successfully removed.

Returns:

Success if executed successfully, Fail for unsuccessful execution, InvalidArgument if arguments are invalid.