Class DatastoreParameters

    • Constructor Detail

      • DatastoreParameters

        protected DatastoreParameters​(DatastoreParameters datastoreParameters)
    • Method Detail

      • getProduct

        public java.lang.String getProduct()
        Returns the name of the vendor.
        Returns:
        Vendor name
        Since:
        3.36.0
      • getCollection

        public java.lang.String getCollection()
        Returns the name of the collection or table.
        Returns:
        Table name
        Since:
        3.36.0
      • getOperation

        public java.lang.String getOperation()
        Returns the datastore operation. This is the primitive operation type accepted by the datastore itself or the name of the API method in the client library.
        Returns:
        Operation performed on the datastore
        Since:
        3.36.0
      • getHost

        public java.lang.String getHost()
        Returns the name of the host where the datastore is located.
        Returns:
        Host for the external call
        Since:
        3.36.0
      • getPort

        public java.lang.Integer getPort()
        Returns the port for the connection to the datastore.
        Returns:
        Port for the datastore
        Since:
        3.36.0
      • getPathOrId

        public java.lang.String getPathOrId()
        Return the path or id of the instance.
        Returns:
        Path or identifier of the datastore
      • getDatabaseName

        public java.lang.String getDatabaseName()
        Return the name of the database where the query was executed.
        Returns:
        Database name
      • product

        public static DatastoreParameters.CollectionParameter product​(java.lang.String product)
        Set the name of the vendor.
        Parameters:
        product - the name of the product
        Returns:
        the next builder interface