RiakClientDtFetchSet Method (RiakObjectId, RiakDtFetchOptions) |
Note: This API is now obsolete.
Fetch a Set Data Type object at the provided address.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax [ObsoleteAttribute("RiakDt is deprecated. Please use Commands/CRDT namespace.")]
public RiakDtSetResult DtFetchSet(
RiakObjectId objectId,
RiakDtFetchOptions options = null
)
[<ObsoleteAttribute("RiakDt is deprecated. Please use Commands/CRDT namespace.")>]
abstract DtFetchSet :
objectId : RiakObjectId *
?options : RiakDtFetchOptions
(* Defaults:
let _options = defaultArg options null
*)
-> RiakDtSetResult
[<ObsoleteAttribute("RiakDt is deprecated. Please use Commands/CRDT namespace.")>]
override DtFetchSet :
objectId : RiakObjectId *
?options : RiakDtFetchOptions
(* Defaults:
let _options = defaultArg options null
*)
-> RiakDtSetResult
Parameters
- objectId
- Type: RiakClient.ModelsRiakObjectId
The RiakObjectId of the set to fetch. - options (Optional)
- Type: RiakClient.ModelsRiakDtFetchOptions
The RiakDtFetchOptions responsible for configuring the semantics of this data type fetch request.
Return Value
Type:
RiakDtSetResultA
RiakDtSetResult detailing the operation result, current context, and set values.
Implements
IRiakBatchClientDtFetchSet(RiakObjectId, RiakDtFetchOptions)See Also