Client Desires to Determine the Variable-Sized Chunk Information for a Dataset:

Pre-conditions: Scenario:
  1. Client retrieves dataset creation property list (DCPL) for dataset.
  2. Client queries the DCPL whether the chunks are identical or variable sized.
  3. Client queries the DCPL whether the chunks are overlapping or non-overlapping.
  4. If the chunks of variable-sized, the client may perform further queries:
    1. Client queries the number of chunks defined.
    2. Client iterates over the number of chunks and queries the region defined for each chunk into a dataspace selection.
Notes:
  1. The description of each chunk should be placed in a different dataspace selection, if they will be used for separate I/O operations in the future.