MapDeltaBuilder<'K, 'V> Type
A mutable delta builder for AMap.custom computes. See SetDeltaBuilder<'T> for the protocol.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Remove
Parameters:
'K
|
Appends a remove operation.
|
Full Usage:
this.Set
Parameters:
'K
value : 'V
|
Appends an upsert operation.
|
Mibo