IndexedReferenceEntity
Namespace: MBrace.Azure.Runtime
Constructors
Constructor | Description |
new()
Signature: unit -> IndexedReferenceEntity
|
CompiledName: |
new(partitionKey, rowKey)
Signature: (partitionKey:string * rowKey:string) -> IndexedReferenceEntity
|
CompiledName: |
Instance members
Instance member | Description |
Counter()
Signature: unit -> Nullable<int>
|
CompiledName: |
Counter()
Signature: unit -> unit
|
CompiledName: |
Uri()
Signature: unit -> string
|
CompiledName: |
Uri()
Signature: unit -> unit
|
CompiledName: |
WorkerId()
Signature: unit -> string
|
CompiledName: |
WorkerId()
Signature: unit -> unit
|
CompiledName: |
Static members
Static member | Description |
DefaultRowKey
Signature: string
|
CompiledName: |
MakeRowKey(index)
Signature: index:int -> string
|