CloudLogRecord
Namespace: MBrace.Azure.Runtime
Cloud process log record that inherits Azure's TableEntity type
Constructors
Constructor | Description |
new()
Signature: unit -> CloudLogRecord
|
CompiledName: |
new(...)
Signature: (partitionKey:string * rowKey:string * message:string * logTime:DateTimeOffset * workerId:string * procId:string * workItemId:Guid) -> CloudLogRecord
|
CompiledName: |
Instance members
Instance member | Description |
LogTime()
Signature: unit -> DateTimeOffset
|
CompiledName: |
LogTime()
Signature: unit -> unit
|
CompiledName: |
Message()
Signature: unit -> string
|
CompiledName: |
Message()
Signature: unit -> unit
|
CompiledName: |
ProcessId()
Signature: unit -> string
|
CompiledName: |
ProcessId()
Signature: unit -> unit
|
CompiledName: |
ToLogEntry()
Signature: unit -> CloudLogEntry
|
Converts LogEntry table entity to MBrace.Runtime.SystemLogEntry struct |
WorkerId()
Signature: unit -> string
|
CompiledName: |
WorkerId()
Signature: unit -> unit
|
CompiledName: |
WorkItemId()
Signature: unit -> Guid
|
CompiledName: |
WorkItemId()
Signature: unit -> unit
|
CompiledName: |
Static members
Static member | Description |
Create(workItem, worker, message)
Signature: (workItem:CloudWorkItem * worker:IWorkerId * message:string) -> CloudLogRecord
|
Creates a table cloud log record using supplied CloudProcess metadata and message.s |