Logo Mibo

MapDeltaBuilder<'K, 'V> Type

A mutable delta builder for AMap.custom computes. See SetDeltaBuilder<'T> for the protocol.

Constructors

Constructor Description

MapDeltaBuilder()

Full Usage: MapDeltaBuilder()

Returns: MapDeltaBuilder<'K, 'V>
Returns: MapDeltaBuilder<'K, 'V>

Instance members

Instance member Description

this.Remove

Full Usage: this.Remove

Parameters:
    key : 'K

Appends a remove operation.

key : 'K

this.Set

Full Usage: this.Set

Parameters:
    key : 'K
    value : 'V

Appends an upsert operation.

key : 'K
value : 'V

Type something to start searching.