ICloudLogStoreSchema
Namespace: MBrace.Runtime.Components
Creates a schema for writing and fetching log files for specific Cloud tasks in StoreCloudLogManager instances
Instance members
Instance member | Description |
GetLogFilePath(workItem)
Signature: workItem:CloudWorkItem -> string
Modifiers: abstract |
Creates a path to a log file for supplied CloudWorkItem and incremental index. |
GetLogFilesByProcess(procId)
Signature: procId:string -> Async<string []>
Modifiers: abstract |
Gets all log files that have been persisted to store by given task identifier. |