C# Class DataTableWriter.DbTableInitializationOptions

Represents a configuration of database table initialization behaviors.
ファイルを表示 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_oe property

public bool CreateTableDynamically
return bool

IndexesToGenerate public_oe property

public IDictionary IndexesToGenerate
return bool>.IDictionary

PurgeData public_oe property

public bool PurgeData
return bool

PurgeDataThreshold public_oe property

public int PurgeDataThreshold
return int

UpdateDbTableToMatchSchema public_oe property

public bool UpdateDbTableToMatchSchema
return bool

UpdateIndexes public_oe property

public bool UpdateIndexes
return bool

UpdateSchemaToMatchDbTable public_oe property

public bool UpdateSchemaToMatchDbTable
return bool