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
clashOption ClashOptions
toSetAccess Access
streams array of TempFile
parentPath string
fieldDefinitionPath string
attributes map of object
fieldName string

Example

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