Interface IBatchJobLog
Represents a batch job log. Which is created for each batch job run.
Namespace: BiExcellence.OpenBi.Api.Commands.BatchJobs
Assembly: BiExcellence.OpenBi.Api.BatchJob.dll
Syntax
public interface IBatchJobLog
Properties
BatchJobId
Gets the batch job id.
Declaration
[ApiField("JOB_ID")]
int BatchJobId { get; }
Property Value
Type | Description |
---|---|
int |
BatchJobName
Gets the batch job name.
Declaration
[ApiField("JOB_NAME")]
string BatchJobName { get; }
Property Value
Type | Description |
---|---|
string |
Date
Gets the date.
Declaration
[ApiField("DATE")]
DateTimeOffset Date { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Duration
Gets the duration.
Declaration
[ApiField("DURATION")]
TimeSpan Duration { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
Result
Gets the result.
Declaration
[ApiField("RESULT")]
int Result { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
0
is a success.