pub fn append_items<'a>(
    policy: &ListPolicy,
    bin: &'a str,
    values: &'a [Value]
) -> Operation<'a>
Expand description

Create list append items operation. Server appends each input list item to the end of list bin. Server returns list size.