DeltaSyncConfig
public struct DeltaSyncConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of minutes an Item is stored in the datasource.
Declaration
Swift
public let baseTableTTL: Int64? -
The Delta Sync table name.
Declaration
Swift
public let deltaSyncTableName: String? -
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
Declaration
Swift
public let deltaSyncTableTTL: Int64? -
Undocumented
Declaration
Swift
public init(baseTableTTL: Int64? = nil, deltaSyncTableName: String? = nil, deltaSyncTableTTL: Int64? = nil)
View on GitHub
DeltaSyncConfig Structure Reference