Click or drag to resize
IRiakPreCommitHook Interface
Represents an interface for pre-commit hooks.

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

The IRiakPreCommitHook type exposes the following members.

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