Interface IBatchJobHandlerParameter
Represents a batch job handler parameter.
Namespace: BiExcellence.OpenBi.Api.Commands.BatchJobs
Assembly: BiExcellence.OpenBi.Api.BatchJob.dll
Syntax
public interface IBatchJobHandlerParameter
Properties
DefaultValue
Gets the default value.
Declaration
string? DefaultValue { get; }
Property Value
Type | Description |
---|---|
string |
Description
Gets the description.
Declaration
string? Description { get; }
Property Value
Type | Description |
---|---|
string |
IsMandatory
Determines whether the parameter is mandatory or not.
Declaration
bool IsMandatory { get; }
Property Value
Type | Description |
---|---|
bool |
Type
Gets the type.
Declaration
BatchJobHandlerParameterType Type { get; }
Property Value
Type | Description |
---|---|
BatchJobHandlerParameterType |