RiakFluentActionPhaseJavascriptBucketKey Method |
Specify a bucket and key where a stored JavaScript function can be dynamically loaded from Riak and executed for this phase.
Namespace:
RiakClient.Models.MapReduce.Fluent
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakFluentActionPhaseJavascript BucketKey(
string bucket,
string key
)
member BucketKey :
bucket : string *
key : string -> RiakFluentActionPhaseJavascript
Parameters
- bucket
- Type: SystemString
The bucket name of the JavaScript function's address. - key
- Type: SystemString
The key of the JavaScript function's address.
Return Value
Type:
RiakFluentActionPhaseJavascriptA reference to this updated instance, for fluent chaining.
See Also