FileSystemStore
Namespace: MBrace.Runtime.Store
Cloud file store implementation targeting local file systems.
Instance members
Instance member | Description |
RootPath
Signature: string
|
FileSystemStore root path CompiledName: |
Static members
Static member | Description |
Create(...)
Signature: (rootPath:string * defaultDirectory:string option * create:bool option * cleanup:bool option) -> FileSystemStore
|
Creates a new FileSystemStore client instance. |
CreateRandomLocal()
Signature: unit -> FileSystemStore
|
Creates a file system store instance that is unique. |
CreateSharedLocal(defaultDirectory)
Signature: (defaultDirectory:string option) -> FileSystemStore
|
Creates a cloud file system store that can be shared between local processes. |
CreateUniqueLocal(defaultDirectory)
Signature: (defaultDirectory:string option) -> FileSystemStore
|
Creates a cloud file system store that is unique to the current process. |