pub fn rados_object_write(
ctx: rados_ioctx_t,
object_name: &str,
buffer: &[u8],
offset: u64,
) -> RadosResult<()>Expand description
Write len bytes from buf into the oid object, starting at offset off. The value of len must be <= UINT_MAX/2.