Click or drag to resize
Akka.NETQueryConfiguration Constructor
TBD

Namespace:  Akka.Persistence.Sql.Common.Journal
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public QueryConfiguration(
	string schemaName,
	string journalEventsTableName,
	string metaTableName,
	string persistenceIdColumnName,
	string sequenceNrColumnName,
	string payloadColumnName,
	string manifestColumnName,
	string timestampColumnName,
	string isDeletedColumnName,
	string tagsColumnName,
	string orderingColumnName,
	TimeSpan timeout
)

Parameters

schemaName
Type: SystemString
TBD
journalEventsTableName
Type: SystemString
TBD
metaTableName
Type: SystemString
TBD
persistenceIdColumnName
Type: SystemString
TBD
sequenceNrColumnName
Type: SystemString
TBD
payloadColumnName
Type: SystemString
TBD
manifestColumnName
Type: SystemString
TBD
timestampColumnName
Type: SystemString
TBD
isDeletedColumnName
Type: SystemString
TBD
tagsColumnName
Type: SystemString
TBD
orderingColumnName
Type: SystemString
TBD
timeout
Type: SystemTimeSpan
TBD
See Also