Class FunctionInstanceLogEntry
- Namespace
- Microsoft.Azure.WebJobs.Host.Loggers
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
[Obsolete("Not ready for public consumption.")]
public class FunctionInstanceLogEntry
- Inheritance
-
FunctionInstanceLogEntry
- Inherited Members
-
Constructors
FunctionInstanceLogEntry()
public FunctionInstanceLogEntry()
Fields
MaxLogOutputLength
public const int MaxLogOutputLength = 2000
Field Value
- int
Properties
Arguments
public IDictionary<string, string> Arguments { get; set; }
Property Value
- IDictionary<string, string>
Duration
public TimeSpan Duration { get; set; }
Property Value
- TimeSpan
EndTime
public DateTime? EndTime { get; set; }
Property Value
- DateTime?
ErrorDetails
public string ErrorDetails { get; set; }
Property Value
- string
Exception
public Exception Exception { get; set; }
Property Value
- Exception
FunctionInstanceId
public Guid FunctionInstanceId { get; set; }
Property Value
- Guid
FunctionName
public string FunctionName { get; set; }
Property Value
- string
IsCompleted
public bool IsCompleted { get; }
Property Value
- bool
IsPostBind
public bool IsPostBind { get; }
Property Value
- bool
IsStart
public bool IsStart { get; }
Property Value
- bool
LiveTimer
public Stopwatch LiveTimer { get; set; }
Property Value
- Stopwatch
LogName
public string LogName { get; set; }
Property Value
- string
LogOutput
public string LogOutput { get; set; }
Property Value
- string
ParentId
public Guid? ParentId { get; set; }
Property Value
- Guid?
Properties
public IDictionary<string, object> Properties { get; set; }
Property Value
- IDictionary<string, object>
StartTime
public DateTime StartTime { get; set; }
Property Value
- DateTime
TriggerReason
public string TriggerReason { get; set; }
Property Value
- string