D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

RegisterFileSetRequest Data Type

Properties
name data type description
toSetAccess Access
attributes map of object
streams array of TempFile
clashOption ClashOptions
fieldName string
fieldDefinitionPath string
parentPath string

Example

{
  "toSetAccess" : {
    "_policy" : "EMBARGOED",
    "_license" : "..."
  },
  "attributes" : {
    "property1" : { },
    "property2" : { }
  },
  "streams" : [ {
    "url" : "...",
    "id" : "...",
    "filename" : "..."
  }, {
    "url" : "...",
    "id" : "...",
    "filename" : "..."
  } ],
  "clashOption" : "MERGE_EXISTING",
  "fieldName" : "...",
  "fieldDefinitionPath" : "...",
  "parentPath" : "..."
}