ExportFilter

This is the top-level field for specifying vertex or edge filters. If the ExportFilter is not provided, then all properties for all labels will be exported. If the ExportFilter is provided but is an empty object, then no data will be exported.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: ExportFilter.Builder.() -> Unit = {}): ExportFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String