C# Class Neo4j.Server.AzureWorkerHost.NeoServerConfiguration

ファイルを表示 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_oe property

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

JavaDirectoryName public_oe property

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

JavaHomeRelativePath public_oe property

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

NeoBasePath public_oe 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_oe property

public string NeoBlobName
return string

NeoDirectoryName public_oe property

public string NeoDirectoryName
return string

NeoEndpointId public_oe property

public string NeoEndpointId
return string

NeoLocalResourceName public_oe property

public string NeoLocalResourceName
return string