Click or drag to resize
IRiakCommitHook Interface
Represents an interface for commit hooks.

Namespace:  RiakClient.Models.CommitHook
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public interface IRiakCommitHook

The IRiakCommitHook type exposes the following members.

Methods
  NameDescription
Public methodToJsonString
Convert the commit hook to a JSON-encoded string.
Public methodToRpbCommitHook
Converts the commit hook to a protobuf message.
Public methodWriteJson
Write the commit hook to a JsonWriter.
Top
See Also