MBrace.Runtime


DefaultStoreSystemLogSchema

Namespace: MBrace.Runtime.Components

As simple store log schema where each cloud process creates its own root directory for storing logfiles; possibly not suitable for Azure where root directories are containers.

Constructors

ConstructorDescription
new(...)
Signature: (store:ICloudFileStore * logDirectoryPrefix:string option * logExtension:string option * getLogDirectorySuffix:(IWorkerId -> string) option) -> DefaultStoreSystemLogSchema

CompiledName: .ctor

Fork me on GitHub