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

Example

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