Optional
apiOptional
cancellationOptional
checkOptional
parallelOptional
parallelWhen parallel retrieval is enabled, this option can be used to set the chunk size of each parallel retrieval. The chunk size determines the number of metadata types that are retrieved in a single parallel call.
Defaults to 1
when not set explicitly. Meaning that each metadata type is retrieved in a separate parallel call.
Enable parallel retrieval of metadata types; when set to true each metadata type is retrieved in parallel. By default a max of
5
parallel retrievals are done. You can change the default parallelism by setting the parallel option to a number.