TableCloudLogManager
Namespace: MBrace.Azure.Runtime
Management object for writing cloud process logs to the table store
Constructors
Constructor | Description |
new(clusterId)
Signature: clusterId:ClusterId -> TableCloudLogManager
|
CompiledName: |
Instance members
Instance member | Description |
GetLogPoller(processId)
Signature: processId:string -> ILogPoller<CloudLogEntry>
|
Fetches a cloud process log entry observable that asynchonously polls the store for new log entries. |
GetLogs(processId, fromDate, toDate)
Signature: (processId:string * fromDate:DateTimeOffset option * toDate:DateTimeOffset option) -> Async<ICollection<CloudLogRecord>>
|
Fetches all cloud process log entries satisfying given constraints. |