Skip to content

ndi.database.fun.copy_session_to_dataset

  COPY_SESSION_TO_DATASET - copy an ingested ndi.session object to ndi.dataset object

  [B,ERRMSG] = COPY_SESSION_TO_DATASET(NDI_SESSION_OBJ, NDI_DATASET_OBJ)

  Copy the database documents of an ndi.session object to an ndi.dataset object.

  B is 1 if the operation succeeds and 0 otherwise. The copying process
  temporarily requires 2 times the total disk space occupied by NDI_SESSION_OBJ,
  and, long-term, requires 1 times the total disk space occupied by
  NDI_SESSION_OBJ, which is stored in NDI_DATASET_OBJ.

  If