MBrace.Runtime


PickleOrFile<'T>

Namespace: MBrace.Runtime.Components

Represents an object entity that is either persisted in cloud store or comes as an encapsulated pickle if sufficiently small

Union Cases

Union CaseDescription
EncapsulatedPickle(byte [])
Signature: byte []
Persisted(PersistedValue<'T>)
Signature: PersistedValue<'T>

Instance members

Instance memberDescription
Size
Signature: int64

Gets the value size in bytes

CompiledName: get_Size

Fork me on GitHub