RiakDtMapResult Constructor |
Namespace:
RiakClient.Models.RiakDt
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakDtMapResult(
RiakResult<RiakObject> result,
byte[] context = null,
List<RiakDtMapEntry> values = null
)
new :
result : RiakResult<RiakObject> *
?context : byte[] *
?values : List<RiakDtMapEntry>
(* Defaults:
let _context = defaultArg context null
let _values = defaultArg values null
*)
-> RiakDtMapResult
Parameters
- result
- Type: RiakClientRiakResultRiakObject
The operation result. - context (Optional)
- Type: SystemByte
The current context, if one was returned with the operation result. - values (Optional)
- Type: System.Collections.GenericListRiakDtMapEntry
The current collection of RiakDtMapEntrys, if they were returned with the operation result.
See Also