Interface ExportFilter.Builder

    • Method Detail

      • vertexFilter

        ExportFilter.Builder vertexFilter​(Map<String,​ExportFilterElement> vertexFilter)

        Used to specify filters on a per-label basis for vertices. This allows you to control which vertex labels and properties are included in the export.

        Parameters:
        vertexFilter - Used to specify filters on a per-label basis for vertices. This allows you to control which vertex labels and properties are included in the export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeFilter

        ExportFilter.Builder edgeFilter​(Map<String,​ExportFilterElement> edgeFilter)

        Used to specify filters on a per-label basis for edges. This allows you to control which edge labels and properties are included in the export.

        Parameters:
        edgeFilter - Used to specify filters on a per-label basis for edges. This allows you to control which edge labels and properties are included in the export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.