Class ExportConfig

java.lang.Object
apoc.util.CompressionConfig
apoc.export.util.ExportConfig

public class ExportConfig extends CompressionConfig
Since:
19.01.14
  • Field Details

  • Constructor Details

  • Method Details

    • getBatchSize

      public int getBatchSize()
    • isBulkImport

      public boolean isBulkImport()
    • getDelimChar

      public char getDelimChar()
    • isQuotes

      public String isQuotes()
    • useTypes

      public boolean useTypes()
    • getFormat

      public ExportFormat getFormat()
    • getCaption

      public Set<String> getCaption()
    • getCypherFormat

      public CypherFormat getCypherFormat()
    • isMultipleRelationshipsWithType

      public boolean isMultipleRelationshipsWithType()
    • getRelsInBetween

      public boolean getRelsInBetween()
    • defaultRelationshipType

      public String defaultRelationshipType()
    • getSource

      public ExportConfig.NodeConfig getSource()
    • getTarget

      public ExportConfig.NodeConfig getTarget()
    • readLabels

      public boolean readLabels()
    • storeNodeIds

      public boolean storeNodeIds()
    • separateFiles

      public boolean separateFiles()
    • streamStatements

      public boolean streamStatements()
    • writeNodeProperties

      public boolean writeNodeProperties()
    • getTimeoutSeconds

      public long getTimeoutSeconds()
    • getUnwindBatchSize

      public int getUnwindBatchSize()
    • getOptimizations

      public Map<String,Object> getOptimizations()
    • isSeparateHeader

      public boolean isSeparateHeader()
    • getArrayDelim

      public String getArrayDelim()
    • getOptimizationType

      public ExportConfig.OptimizationType getOptimizationType()
    • getAwaitForIndexes

      public long getAwaitForIndexes()
    • getSamplingConfig

      public Map<String,Object> getSamplingConfig()
    • isSampling

      public boolean isSampling()
    • ifNotExists

      public boolean ifNotExists()
    • shouldSaveIndexNames

      public boolean shouldSaveIndexNames()