RiakDtCounter Constructor (String, String, String, DtFetchResp) |
Namespace:
RiakClient.Models.RiakDt
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakDtCounter(
string bucket,
string bucketType,
string key,
DtFetchResp response
)
new :
bucket : string *
bucketType : string *
key : string *
response : DtFetchResp -> RiakDtCounter
Parameters
- bucket
- Type: SystemString
The bucket name of this counter's object. - bucketType
- Type: SystemString
The bucket type of this counter's object. - key
- Type: SystemString
The key of this counter's object. - response
- Type: RiakClient.MessagesDtFetchResp
The response containing the counter's server-side value and context.
Remarks Not used.
See Also