query_datasets_options#
- class lsst.daf.butler.cli.opt.query_datasets_options(repo: bool = True, showUri: bool = True, useArguments: bool = True, default_limit: int = -20000, use_order_by: bool = True)#
Bases:
OptionGroupA collection of options common to querying datasets.
Parameters#
- repo
bool The Butler repository URI.
- showUri
bool Whether to include the dataset URI.
- useArguments
bool Whether this is an argument or an option.
- default_limit
int The default value to use for the limit parameter.
- use_order_by
bool Whether to include an order_by option.
- repo