Class MongoOptions
Represents all document-store related output serialization options
including formats, encodings, delimiters and performance metrics.
Inherited Members
Namespace: Mars.Interfaces.Model.Options
Assembly: Mars.Interfaces.dll
Syntax
public class MongoOptions : AbstractEndpointOptions
Constructors
MongoOptions()
Creates a new instance of the MongoOptions
to specify mongo persistence configurations.
Declaration
public MongoOptions()
Properties
NotificationHost
Gets or sets the notification host address which is responsible to push updates
to clients in form of a realtime ring-buffer system.
Default is DefaultHost
Declaration
public string NotificationHost { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NotificationHotPort
Gets or sets the the port of the notification mongo db realtime
ring-buffer system to push updates to clients.,
Default is Mars.Interfaces.Model.Options.MongoOptions.DefaultPort
Declaration
public int NotificationHotPort { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |