BatchSet public class BatchSet : Artifact Documentation public bool? AutoBatch { get; set; } public int? AutoCreateRateMinutes { get; set; } public Artifact BatchDataSource { get; set; } public string BatchPrefix { get; set; } public Field BatchUnitField { get; set; } public int? DocumentsToBeBatched { get; set; } public Field FamilyField { get; set; } public string LastErrorReported { get; set; } public DateTime? LastSuccessfulRun { get; set; } public int? MaximumBatchSize { get; set; } public int? MinimumBatchSize { get; set; } public string Name { get; set; } public bool? PreconvertDocuments { get; set; } public Field ReviewedField { get; set; } public int? Status { get; set; } public BatchSet() public BatchSet(int artifactID)