Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The custom_properties value should be of the following format: key_1=value_1;key_2=value_2;key_3=value_3...key_n=value_n

 

Existing interface changes

...

In the PrimaryDataStoreDriver interface, we will need to change the following API:

From 

public void createAsync(DataStore dataStore, DataObject dataObject, AsyncCompletionCallback<CreateCmdResult> callback)

...