adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / MemoryUsage Property


In This Topic
    MemoryUsage Property (ExecutionHistoryItem)
    In This Topic
    The peak working set size for the job, in KB.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MemoryUsage As Integer
    public int MemoryUsage {get;}
    public:
    property int MemoryUsage {
       int get();
    }
    Remarks
    This value will reflect the largest MemoryUsage value for all steps in the instance.
    See Also