Interface IBatchJobLogEntry
Represents batch job log entry.
Namespace: BiExcellence.OpenBi.Api.Commands.BatchJobs
Assembly: BiExcellence.OpenBi.Api.BatchJob.dll
Syntax
public interface IBatchJobLogEntry
Properties
Date
Gets the date.
Declaration
[ApiField("DATE")]
DateTimeOffset Date { get; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
Level
Gets the level.
Declaration
[ApiField("LEVEL")]
string Level { get; }
Property Value
| Type | Description |
|---|---|
| string |
Result
Gets the result.
Declaration
[ApiField("RESULT")]
int Result { get; }
Property Value
| Type | Description |
|---|---|
| int |
Remarks
0 is a success.
Text
Gets the text
Declaration
[ApiField("TEXT")]
string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |