Click or drag to resize
RiakPhaseInputWriteBucketKeyBucketJson Method

[Missing <summary> documentation for "M:RiakClient.Models.MapReduce.Inputs.RiakPhaseInput.WriteBucketKeyBucketJson(Newtonsoft.Json.JsonWriter,System.String,System.String)"]

Namespace:  RiakClient.Models.MapReduce.Inputs
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
protected void WriteBucketKeyBucketJson(
	JsonWriter writer,
	string bucketType,
	string bucketName
)

Parameters

writer
Type: JsonWriter

[Missing <param name="writer"/> documentation for "M:RiakClient.Models.MapReduce.Inputs.RiakPhaseInput.WriteBucketKeyBucketJson(Newtonsoft.Json.JsonWriter,System.String,System.String)"]

bucketType
Type: SystemString

[Missing <param name="bucketType"/> documentation for "M:RiakClient.Models.MapReduce.Inputs.RiakPhaseInput.WriteBucketKeyBucketJson(Newtonsoft.Json.JsonWriter,System.String,System.String)"]

bucketName
Type: SystemString

[Missing <param name="bucketName"/> documentation for "M:RiakClient.Models.MapReduce.Inputs.RiakPhaseInput.WriteBucketKeyBucketJson(Newtonsoft.Json.JsonWriter,System.String,System.String)"]

See Also