Riak Elixir Client

v1.1.6

  • Pages
  • Modules

    Riak Elixir Client v1.1.6 Riak.Bucket.Type View Source

    Link to this section Summary

    Functions

    get(type)
    get(pid, type)

    Get properties for bucket type

    list(type)
    list(pid, type)
    list(pid, type, timeout)
    list!(type)
    list!(pid, type)
    list!(pid, type, timeout)
    put(type, props)
    put(pid, type, props)

    Set properties for bucket type

    Link to this section Functions

    Link to this function get(type) View Source
    Link to this function get(pid, type) View Source

    Get properties for bucket type.

    Link to this function list(type) View Source
    Link to this function list(pid, type) View Source
    Link to this function list(pid, type, timeout) View Source
    Link to this function list!(type) View Source
    Link to this function list!(pid, type) View Source
    Link to this function list!(pid, type, timeout) View Source
    Link to this function put(type, props) View Source
    Link to this function put(pid, type, props) View Source

    Set properties for bucket type.

    Built using ExDoc (v0.16.2), designed by Friedel Ziegelmayer.