Click or drag to resize
Grid Solutions Framework

CsvExportAdapterRolloverSchedule Property

Gets or sets the schedule, defined by cron syntax, to determine how often to roll over CSV files.

Namespace: CsvAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("*/5 * * * *")]
public string RolloverSchedule { get; set; }
View Source

Property Value

String
See Also