Optional
filterOptional
filterOptional
filterOptional
returnOptional
returnOptional
returnOptional
returnBy default, select will return items of all types. If you would like to limit this, specify a list of types to include.
By default, select results do not include the actualy data content. If you set returnData to true, this will be included in the result. Note that this may result in a very large response that may get truncated. Instead, you could fetch a list of short hashes, and then make separate individual requests for the content data.
By default, select results do not include the ident. If you set returnIdent to true, these idents will be included.
By default, select results do not include the short hash. If you set returnShort to true, these hashes will be included.
By default, select results do not include the type of the item. If you set returnType to true, the type will be included with the items.
Construct data for selecting (querying) data from a VoidMerge instance.