[Option('m', "ExecutionMode", HelpText = "Execution mode of SampleClient. Possible values are InitializeInline, InitializeFromDatabase, MergePartitions, DefragPartitionedTables.")]
publicstringExecutionMode{get;set;}
[Option('t', "MergeTable", HelpText = "When ExecutionMode=MergePartitions, name of the partitioned table in the tabular model.")]
publicstringMergeTable{get;set;}
[Option('g', "TargetGranularity", HelpText = "When ExecutionMode=MergePartitions, granularity of the newly created partition. Possible values are Yearly or Monthly.")]
publicstringTargetGranularity{get;set;}
[Option('k', "MergePartitionKey", HelpText = "When ExecutionMode=MergePartitions, target partition key. If year, follow yyyy; if month follow yyyymm.")]
[Option('i', "ModelConfigurationIDs", HelpText = "Comma-delimited list of ModelConfigurationIDs to filter on when getting worklist from the configuration and logging database.")]