MBrace.Azure


CounterEntity

Namespace: MBrace.Azure.Runtime

Constructors

ConstructorDescription
new()
Signature: unit -> CounterEntity

CompiledName: .ctor

new(id, value)
Signature: (id:string * value:int64) -> CounterEntity

CompiledName: .ctor

Instance members

Instance memberDescription
Counter()
Signature: unit -> int64

CompiledName: set_Counter

Counter()
Signature: unit -> unit

CompiledName: get_Counter

Static members

Static memberDescription
DefaultRowKey
Signature: string

CompiledName: get_DefaultRowKey

Fork me on GitHub