C# Class DataTableWriter.DbTableInitializationOptions

Represents a configuration of database table initialization behaviors.
Show file Open project: tableau/TabMon Class Usage Examples

Public Properties

Property Type Description
CreateTableDynamically bool
IndexesToGenerate bool>.IDictionary
PurgeData bool
PurgeDataThreshold int
UpdateDbTableToMatchSchema bool
UpdateIndexes bool
UpdateSchemaToMatchDbTable bool

Property Details

CreateTableDynamically public property

public bool CreateTableDynamically
return bool

IndexesToGenerate public property

public IDictionary IndexesToGenerate
return bool>.IDictionary

PurgeData public property

public bool PurgeData
return bool

PurgeDataThreshold public property

public int PurgeDataThreshold
return int

UpdateDbTableToMatchSchema public property

public bool UpdateDbTableToMatchSchema
return bool

UpdateIndexes public property

public bool UpdateIndexes
return bool

UpdateSchemaToMatchDbTable public property

public bool UpdateSchemaToMatchDbTable
return bool