| QueryConfiguration Constructor |
TBD
Namespace:
Akka.Persistence.Sql.Common.Snapshot
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 snapshotTableName,
string persistenceIdColumnName,
string sequenceNrColumnName,
string payloadColumnName,
string manifestColumnName,
string timestampColumnName,
TimeSpan timeout
)
new :
schemaName : string *
snapshotTableName : string *
persistenceIdColumnName : string *
sequenceNrColumnName : string *
payloadColumnName : string *
manifestColumnName : string *
timestampColumnName : string *
timeout : TimeSpan -> QueryConfiguration
Parameters
- schemaName
- Type: SystemString
TBD - snapshotTableName
- Type: SystemString
TBD - persistenceIdColumnName
- Type: SystemString
TBD - sequenceNrColumnName
- Type: SystemString
TBD - payloadColumnName
- Type: SystemString
TBD - manifestColumnName
- Type: SystemString
TBD - timestampColumnName
- Type: SystemString
TBD - timeout
- Type: SystemTimeSpan
TBD
See Also