public static interface DeltaSyncConfig.Builder extends SdkPojo, CopyableBuilder<DeltaSyncConfig.Builder,DeltaSyncConfig>
| Modifier and Type | Method and Description |
|---|---|
DeltaSyncConfig.Builder |
baseTableTTL(Long baseTableTTL)
The number of minutes an Item is stored in the datasource.
|
DeltaSyncConfig.Builder |
deltaSyncTableName(String deltaSyncTableName)
The Delta Sync table name.
|
DeltaSyncConfig.Builder |
deltaSyncTableTTL(Long deltaSyncTableTTL)
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeltaSyncConfig.Builder baseTableTTL(Long baseTableTTL)
The number of minutes an Item is stored in the datasource.
baseTableTTL - The number of minutes an Item is stored in the datasource.DeltaSyncConfig.Builder deltaSyncTableName(String deltaSyncTableName)
The Delta Sync table name.
deltaSyncTableName - The Delta Sync table name.DeltaSyncConfig.Builder deltaSyncTableTTL(Long deltaSyncTableTTL)
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.
deltaSyncTableTTL - The number of minutes a Delta Sync log entry is stored in the Delta Sync table.Copyright © 2020. All rights reserved.