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

Example

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