C# Class Neo4j.Server.AzureWorkerHost.NeoServerConfiguration

Show file Open project: tathamoddie/Neo4j.Server.AzureWorkerHost Class Usage Examples

Public Properties

Property Type Description
JavaBlobName string
JavaDirectoryName string
JavaHomeRelativePath string
NeoBasePath string
NeoBlobName string
NeoDirectoryName string
NeoEndpointId string
NeoLocalResourceName string

Property Details

JavaBlobName public property

Name of the blob that Java is in, relative to the blob root
public string JavaBlobName
return string

JavaDirectoryName public property

Name of the directory to unzip the Java blob into
public string JavaDirectoryName
return string

JavaHomeRelativePath public property

Folder path relative to JavaDirectoryName that corresponds to something usable as JAVA_HOME
public string JavaHomeRelativePath
return string

NeoBasePath public property

Folder path relative to NeoDirectoryName that corresponds to the root of the Neo distribution (must have child folders like bin and conf)
public string NeoBasePath
return string

NeoBlobName public property

public string NeoBlobName
return string

NeoDirectoryName public property

public string NeoDirectoryName
return string

NeoEndpointId public property

public string NeoEndpointId
return string

NeoLocalResourceName public property

public string NeoLocalResourceName
return string