Skip to content

SearchCriteria

Bases: OCIType

Abstract base type for specifying search criteria. A search criteria is an optional element used to restrict the number of rows returned when requesting a potentially large set of data from the provisioning server.

Attributes:

Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteria(OCIType):
    """Abstract base type for specifying search criteria. A search criteria is an optional element
        used to restrict the number of rows returned when requesting a potentially large set of
        data from the provisioning server.

    Attributes:

    """