Vagabond


VagabondConfiguration

Namespace: MBrace.Vagabond

Vagabond configuration record

Record Fields

Record FieldDescription
AssemblyLookupPolicy
Signature: AssemblyLookupPolicy

Local assembly resolution policy.

CacheDirectory
Signature: string

Cache directory used by Vagabond.

DataCompressionAlgorithm
Signature: ICompressionAlgorithm

Data compression algorithm used by vagabond

DataPersistThreshold
Signature: int64

Object size threshold in bytes after which data dependencies should be persisted to disk.

DynamicAssemblyProfiles
Signature: IDynamicAssemblyProfile []

Dynamic assembly profiles used by Vagabond

ForceLocalFSharpCoreAssembly
Signature: bool

Force loading of local FSharp.Core when deserializing FSharp.Core types

ForceSerializationSliceCompilation
Signature: bool

Force slice compilation on serialization of dynamic assembly type not defined in slice

IsIgnoredAssembly
Signature: Assembly -> bool

Predicate for ignored assemblies

TypeConverter
Signature: (type) option

FsPickler type name converter used by Vagabond serializer instance.

Fork me on GitHub