#include "tensorstore/kvstore/operations.h"
Future<const void> tensorstore::kvstore::ExperimentalCopyRange(
    
const KvStoresource,
    
const KvStoretarget,
    
CopyRangeOptions options = {});

Copies a range from source to target.

Parameters:
const KvStore &source

Source store.

const KvStore &target

Target store.

CopyRangeOptions options = {}

Specifies options for copying.

struct tensorstore::kvstore::CopyRangeOptions;

Options for ExperimentalCopyRange.