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
parentPath string
fieldDefinitionPath string
fieldName string
streams array of TempFile
clashOption ClashOptions

Example

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