Class ListSchemasRequest

  • All Implemented Interfaces:
    AutoCloseable

    public class ListSchemasRequest
    extends MetadataRequest
    Represents the input of a ListSchemas operation.
    • Constructor Detail

      • ListSchemasRequest

        public ListSchemasRequest​(FederatedIdentity identity,
                                  String queryId,
                                  String catalogName)
        Constructs a new ListSchemasRequest object.
        Parameters:
        identity - The identity of the caller.
        queryId - The ID of the query requesting metadata.
        catalogName - The catalog name that schemas should be listed for.