Class Neo4jDataOptions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Data.Neo4j.Configuration
Assembly: Cephalon.Data.Neo4j.dll
Options controlling how Cephalon.Data.Neo4j connects to Neo4j and registers data services.
public sealed class Neo4jDataOptionsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”DefaultUri
Section titled “ DefaultUri”The default Neo4j Bolt URI used when neither URI setting is supplied.
public const string DefaultUri = "bolt://localhost:7687"Field Value
Section titled “Field Value”ProviderId
Section titled “ ProviderId”The provider identifier used in capability and descriptor metadata.
public const string ProviderId = "neo4j"Field Value
Section titled “Field Value”SectionPath
Section titled “ SectionPath”The configuration section path used by default for Neo4j data settings.
public const string SectionPath = "Engine:Data:Neo4j"Field Value
Section titled “Field Value”Properties
Section titled “Properties”LabelPrefix
Section titled “ LabelPrefix”Optional label prefix applied to all managed node labels (e.g. “cephalon_”).
public string LabelPrefix { get; set; }Property Value
Section titled “Property Value”Password
Section titled “ Password”Neo4j password.
public string Password { get; set; }Property Value
Section titled “Property Value”RegisterInbox
Section titled “ RegisterInbox”When true, registers :InboxReceipt nodes.
public bool RegisterInbox { get; set; }Property Value
Section titled “Property Value”RegisterOutbox
Section titled “ RegisterOutbox”When true, registers :OutboxMessage nodes.
public bool RegisterOutbox { get; set; }Property Value
Section titled “Property Value”The inline Neo4j Bolt URI (e.g. bolt://localhost:7687).
public string? Uri { get; set; }Property Value
Section titled “Property Value”Remarks
Section titled “Remarks”Use either
UriName
Section titled “ UriName”The root Uris entry name to resolve for Neo4j.
public string? UriName { get; set; }Property Value
Section titled “Property Value”Remarks
Section titled “Remarks”Use either
Username
Section titled “ Username”Neo4j username.
public string Username { get; set; }