MBrace.Azure


FatEntity

Namespace: MBrace.Azure.Runtime.Utilities

A lightweight object for low latency communication with the azure storage. Lightweight : payload size up to 15 * 64K = 960K. See 'http://www.windowsazure.com/en-us/develop/net/how-to-guides/table-services/' WARNING : See the above link for any restrictions such as having a parameterless ctor, and public properties.

Constructors

ConstructorDescription
new()
Signature: unit -> FatEntity

CompiledName: .ctor

new(partitionKey, rowKey, blob)
Signature: (partitionKey:string * rowKey:string * blob:byte []) -> FatEntity

CompiledName: .ctor

Instance members

Instance memberDescription
GetPayload()
Signature: unit -> byte []
Item01()
Signature: unit -> byte []

Max size 64KB

CompiledName: set_Item01

Item01()
Signature: unit -> unit

Max size 64KB

CompiledName: get_Item01

Item02()
Signature: unit -> byte []

CompiledName: set_Item02

Item02()
Signature: unit -> unit

CompiledName: get_Item02

Item03()
Signature: unit -> byte []

CompiledName: set_Item03

Item03()
Signature: unit -> unit

CompiledName: get_Item03

Item04()
Signature: unit -> byte []

CompiledName: set_Item04

Item04()
Signature: unit -> unit

CompiledName: get_Item04

Item05()
Signature: unit -> byte []

CompiledName: set_Item05

Item05()
Signature: unit -> unit

CompiledName: get_Item05

Item06()
Signature: unit -> byte []

CompiledName: set_Item06

Item06()
Signature: unit -> unit

CompiledName: get_Item06

Item07()
Signature: unit -> byte []

CompiledName: set_Item07

Item07()
Signature: unit -> unit

CompiledName: get_Item07

Item08()
Signature: unit -> byte []

CompiledName: set_Item08

Item08()
Signature: unit -> unit

CompiledName: get_Item08

Item09()
Signature: unit -> byte []

CompiledName: set_Item09

Item09()
Signature: unit -> unit

CompiledName: get_Item09

Item10()
Signature: unit -> byte []

CompiledName: set_Item10

Item10()
Signature: unit -> unit

CompiledName: get_Item10

Item11()
Signature: unit -> byte []

CompiledName: set_Item11

Item11()
Signature: unit -> unit

CompiledName: get_Item11

Item12()
Signature: unit -> byte []

CompiledName: set_Item12

Item12()
Signature: unit -> unit

CompiledName: get_Item12

Item13()
Signature: unit -> byte []

CompiledName: set_Item13

Item13()
Signature: unit -> unit

CompiledName: get_Item13

Item14()
Signature: unit -> byte []

CompiledName: set_Item14

Item14()
Signature: unit -> unit

CompiledName: get_Item14

Item15()
Signature: unit -> byte []

CompiledName: set_Item15

Item15()
Signature: unit -> unit

CompiledName: get_Item15

Fork me on GitHub