DslUpdate Method |
Name | Description | |
---|---|---|
UpdateT(IKeyT, IWriteConsistency, FuncT, T) |
Constructs a message that, when send to Replicator,
will perform an update of a structure stored under provided key.
Update operation is described by modify function, that will take
a previous value as an input parameter.
An consistency level may be provided to set up certain constraints
on retrieved IUpdateResponse replied from replicator as a result.
| |
UpdateT(IKeyT, T, IWriteConsistency) |
Constructs a message that, when send to Replicator,
will perform an update of a structure stored under provided key.
If a value will differ from the one already stored, a merge
operation will be automatically performed in order for those values to converge.
An optional consistency level may be provided to set up certain
constraints on retrieved IUpdateResponse replied from replicator as
a result. If no consistency will be provided, a WriteLocal
will be used as a default.
| |
UpdateT(IKeyT, T, IWriteConsistency, FuncT, T) |
Constructs a message that, when send to Replicator,
will perform an update of a structure stored under provided key.
Update operation is described by modify function, that will take
a previous value as an input parameter. If no value was found under the key,
an initial value will be used instead.
An consistency level may be provided to set up certain constraints
on retrieved IUpdateResponse replied from replicator as a result.
| |
UpdateT(IKeyT, T, IWriteConsistency, Object, FuncT, T) |
Constructs a message that, when send to Replicator,
will perform an update of a structure stored under provided key.
Update operation is described by modify function, that will take
a previous value as an input parameter. If no value was found under the key,
an initial value will be used instead.
An consistency level may be provided to set up certain constraints
on retrieved IUpdateResponse replied from replicator as a result.
|