Class BatchJob
Represents a batch job.
Inheritance
BatchJob
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.BatchJobs
Assembly: BiExcellence.OpenBi.Api.BatchJob.dll
Syntax
public class BatchJob : IBatchJob
Properties
End
Gets or sets the end date.
Declaration
public DateTimeOffset? End { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EventName
Gets or sets the event name.
Declaration
public string? EventName { get; set; }
Property Value
Type | Description |
---|---|
string |
EventValue
Gets or sets the event value.
Declaration
public string? EventValue { get; set; }
Property Value
Type | Description |
---|---|
string |
HandlerCode
Gets or sets the handler code.
Declaration
public string? HandlerCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the id.
Declaration
public int? Id { get; set; }
Property Value
Type | Description |
---|---|
int? |
IsActive
Gets or sets whether the batch job is active.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsPeriodic
Gets or sets whether the batch job is periodic.
Declaration
public bool IsPeriodic { get; set; }
Property Value
Type | Description |
---|---|
bool |
LastRun
Gets the last run date.
Declaration
public DateTimeOffset? LastRun { get; protected set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
Name
Gets or sets the name.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
Gets the parameters.
Declaration
public IList<IBatchJobParameter> Parameters { get; }
Property Value
Type | Description |
---|---|
IList<IBatchJobParameter> |
PeriodicType
Gets or sets the periodic type.
Declaration
public BatchJobPeriodicType PeriodicType { get; set; }
Property Value
Type | Description |
---|---|
BatchJobPeriodicType |
PeriodicValue
Gets or sets the periodic value.
Declaration
public int? PeriodicValue { get; set; }
Property Value
Type | Description |
---|---|
int? |
Start
Gets or sets the start date.
Declaration
public DateTimeOffset? Start { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
Type
Gets or sets the type.
Declaration
public BatchJobType Type { get; set; }
Property Value
Type | Description |
---|---|
BatchJobType |
UserId
Gets or sets the username.
Declaration
public string? UserId { get; set; }
Property Value
Type | Description |
---|---|
string |